2020-01-25 04:22 PM
The debugger is getting stuck on a random line about 350 lines into main(). There is nothing particular about this line of source code except its location, because if I comment out that line it just stops on the next one, and if I add a line it stops earlier. When the debugger is not active, the source runs just fine without stopping in that area. I have deleted all breakpoints and watchpoints. I have set the optimizations to "off". When the debugger is stuck on that line, its status is "running."
This is my first time debugging this project after converting from TrueStudio. I may need to switch back if I can't find anything else to try.
Any suggestions?
2023-02-28 11:32 PM
I got stuck with this same problem today - After trying to add too many breakpoints.
The fix was:
I suspect there is a breakpoint register somewhere in the core that the debugger "forgets" about, and it needs a power cycle to clear that register.
2024-07-31 02:32 AM
It worked for me: Made Clean and compile again