Friday, July 8, 2011

Debugger doesn't stop at breakpoints in VS 2005 (UPDATE)

Problem:
Ok, forget last solution, I encountered the issue again and apparently am not the only one:
http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/4f7b3eb5-67b5-4066-8299-fe7635cc1d82


Solution:

What finally worked for me was this:
Step 1:
Tools-> Options -> Debugging -> Symbols: Uncheck 'Load Symbols' (see below)


Step 2:
Right click solution --> Common Properties --> Startup Project: Set to 'Mutliple' and 'Start' (see below)






Learning is doing ...
Robert

Monday, June 27, 2011

Debugger doesn't stop at breakpoints in VS 2005

Problem:


Debugger in VS 2005 does not stop at breakpoints.


Solution:


Make sure you have the debug setting in the web.config (http://forums.asp.net/p/1278210/2440003.aspx#2440003)
Ok, I already had the corrects settings, yet still the same problem.
This resolved it:
right-click solution --> configuration. My settings where: configuration:.Net, I changed it to Active .Net.




Learning is doing ...
Robert