Breakpoints cannot be set!!!
-
Hi, I cannot debug my program anymore since a few days. I must have made a change somewhere (but where :confused: ) and now everytime I try to set a breakpoint (in any part of my project) the following message appears: One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program. Can anyone help?? Thanks :)
-
Hi, I cannot debug my program anymore since a few days. I must have made a change somewhere (but where :confused: ) and now everytime I try to set a breakpoint (in any part of my project) the following message appears: One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program. Can anyone help?? Thanks :)
try a Rebuild All. you need to convince the debugger that it is looking at the latest build of the source. also, make sure you're building in debug mode.. :) -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
-
Hi, I cannot debug my program anymore since a few days. I must have made a change somewhere (but where :confused: ) and now everytime I try to set a breakpoint (in any part of my project) the following message appears: One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program. Can anyone help?? Thanks :)
Hmmm, should I help the arch enemy of BatMan? Anyway have a look at the following two KnowledgeBase articles. Hopefully one of them will help you. Q146447 and Q78853. Michael Martin Pegasystems Pty Ltd Australia martm@pegasystems.com +61 413-004-018 "Don't belong. Never join. Think for yourself. Peace" - Victor Stone
-
Hi, I cannot debug my program anymore since a few days. I must have made a change somewhere (but where :confused: ) and now everytime I try to set a breakpoint (in any part of my project) the following message appears: One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program. Can anyone help?? Thanks :)
I think you had switch the compiler into Release mode, so no breakpoints can be set. You can switch back to Debug mode in the menu Build --> Set Active Configuration.:cool: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
Hi, I cannot debug my program anymore since a few days. I must have made a change somewhere (but where :confused: ) and now everytime I try to set a breakpoint (in any part of my project) the following message appears: One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program. Can anyone help?? Thanks :)
Thanks for the many replys, but the cause is probably elesewhere because it is still not working :( I remember removing a few project options which where not compatible with the "Maximize speed"-optimization. Could that be the cause? I tried to come back to "default"-optimization, but this didn't change anything :mad:
-
Thanks for the many replys, but the cause is probably elesewhere because it is still not working :( I remember removing a few project options which where not compatible with the "Maximize speed"-optimization. Could that be the cause? I tried to come back to "default"-optimization, but this didn't change anything :mad:
Are you sure you are in the Debug mode and not the Release mode?:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
Are you sure you are in the Debug mode and not the Release mode?:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
Yes, unfortunately I'm in debug mode... :(( Why can't the error message be a little more explicit :confused:
I think you had changed the settings for the debug mode. You can try this solution: Project-->Settings-->select Win32 Debug in "Settings For" -->select "C/C++" tab-->select "General" in Category -->select "Program Database for edit and continue" in "Debug Info" then it should work normally.:rolleyes: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
I think you had changed the settings for the debug mode. You can try this solution: Project-->Settings-->select Win32 Debug in "Settings For" -->select "C/C++" tab-->select "General" in Category -->select "Program Database for edit and continue" in "Debug Info" then it should work normally.:rolleyes: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.