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?
"...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)