VS2005: not able to set a breakpoint after application is run debug mode
-
A strange problem with my VS2005 settings.I cannot add additional breakpoints when my program is running in debug mode. If I set a breakpoint before I start debugging, the breakpoint is enbled but if I try to set the breakpoint while debugging the breakpoint gets disabled. Below e.g will help you understand what I am saying 1. Fun1() in File1 - breakpoint set before starting in debug mode 2. run the program - when code breaks at Fun1() try to insert another breakpoint in Fun2() in File1 - gets disabled !!! 3. When code breaks at Fun1() try insert another breakpoint in another file say File2, breakpoint gets enabled. So the problem is confined to the current file only. Can anyone help me to sort this out. Right now its very painful to see the breakpoint getting disbaled and stop the debugger and start it again to break at Fun2. Thanks and Regards, Arti Gujare