Stepping through application while debugging is incredibly slow

  • Thread starter Thread starter alex.agran
  • Start date Start date
A

alex.agran

I have a ASP.NET application that I'm trying to step through. Each line
of code takes about 3 seconds to execute as I step over it while
debugging. It doesn't matter if it's a method call or a simple variable
declaration, it's incredibly slow.

My watch window is empty.
The variables in my locals window are all collapsed.

This problem just started. There were no major changes to the
application when this occurred.

Any ideas?

Thanks,

alex
 
I created a blank solution and added the web app to it and the debugger
is back to normal speed. Guess something got corrupted in the solution
file?
 
Back
Top