I have a really strange debug problem. Suddenly I can't set breakpoints in one file of my project, everything else still works. But in that one file my breakpoints are just displayed as red circle that aren't filled, like in release mode. But I can still debug through the file when I enter in a function through the "Step into" button. Has somebody any idea why that happens?
mr_ped Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
Experienced Contributor
Did you try Rebuild All? If not, try it next time when weird things happens. It should not help, but it's good to be sure it really does not help.
Also next time it's good to post your platform (win/linux) and compiler used (gcc/mscc), as all these have different debug handler in TheIDE, so your original message is too general to make anyone seriously bother with your problem.
Also next time it's good to post your platform (win/linux) and compiler used (gcc/mscc), as all these have different debug handler in TheIDE, so your original message is too general to make anyone seriously bother with your problem.