1

Is there any option to put breakpoin then start debugging while running Update-Database -Verbose from Package Manager console?

sridharnetha
  • 1,778
  • 6
  • 30
  • 59

1 Answers1

0

if (System.Diagnostics.Debugger.IsAttached == false) System.Diagnostics.Debugger.Launch();

from Debug code-first Entity Framework migration codes

Community
  • 1
  • 1
artm
  • 8,456
  • 3
  • 22
  • 40