We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, sometimes I have the problem, that the debugger hangs at a code line, where a breakpoint has been set, even if the breakpoint is removed. It only helps, to restart debugging, but even then, it sometimes keeps hanging at the same position.
Is there someone else with similar problems?
Yes, I have only recently seen something similar to this.
Using our own board with an LPC3250. It seemed that the debugger was somehow 'remembering' where breakpoints had been set.
At the moment, I'm not sure that this is the fault of our design (which is the first iteration of prototype) or the debugger.
On a few occasions, I think I managed to clear the bad breakpoints by loading an older version of the project and then re-loading the one I was working on.
"...stop the debugger after it never "returned"..."
Surely that's likely to happen when the function being called is a leaf function?
Maybe I should extend that:
Surely that's likely to happen when the function being called is a leaf function and is an exit point for that function? (i.e., return to the calling function is not logicallt required)