cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger stops (exit) when hitting a breakpoint in STM32CubeIDE 1.13.1

WGend.15
Associate II

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

WGend15_0-1694182667373.png

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.

1 ACCEPTED SOLUTION

Accepted Solutions
WGend.15
Associate II

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!

View solution in original post

1 REPLY 1
WGend.15
Associate II

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!