Error Inserting Breakpoint 1
Hi up until recently, I had no problem in debugging my code
However, now, the program downloads successfully to my STM32F745 micro controller and then stops.
A window appears saying:
Error in final launch sequence.
And then when looking for the details, it says a couple of times Error inserting Breakpoint 1. It also then says that there might be too many breakpoints set.
However, I have looked everywhere, and there is no breakpoints set in the program that I can see.
How can I erase all breakpoints and start from scratch? I have a feeling the debugger got tripped up somehow...