1

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

sridharnetha
  • 2,104
  • 8
  • 35
  • 69

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,554
  • 3
  • 26
  • 43