2023-09-08 07:24 AM
Hello,
I have this project that I can debug pretty much normally in STM32CubeIDE 1.11.2, but when I switch to 1.13.1, it crashes almost instantly when I hit a breakpoint.
Sometimes I will be able to do a few "step into" or "step over" before the debugger just exit without any error message. Debugger consoles does not show anything strange. Here is my debug config
I am using a Segger J-Link Ultra+ as the debug tool (7.84e firmware version).
The project is compiled for size so it can makes debugging problematic sometimes because it jumps at curious, but this issue is different, it just stop debugging for no apparent reason.
Solved! Go to Solution.
2023-09-08 07:40 AM
On another thread for another bug of 1.13 someone suggested that deleting the .metadata folder from the workspace solved his issue.
I tried it for this issue and it works...at least for now!
2023-09-08 07:40 AM
On another thread for another bug of 1.13 someone suggested that deleting the .metadata folder from the workspace solved his issue.
I tried it for this issue and it works...at least for now!