Faster debugging in visual studio .net
Thursday, July 27th, 2006If you are having problems with launching your app in debug in visual studio, check out this article:
Faster debugging in visual studio .net.
In particular, I'd like to point you to step 3, which makes an unbelievable difference.
Keeping a copy here for posterity:
Step 3: Set the debugger type.
Unless you want to debug managed code, make sure [...]