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

Re: Stepping through application while debugging is incredibly slow by alex

alex
Tue Dec 14 08:31:03 CST 2004

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?