Phantom Breakpoint
Hi spflanze,
During your debug session, when your phantom breakpoint is reached.
In the console tab select the “‹Ac6 STM32 Debugging› gdb” console and type “info break” in this console.
The gdb console will show you all your breakpoints (normally even your phantom breakpoint). You can then try to remove it with : “delete ‹breakpoint_number›”