2023-07-22 01:32 PM - edited 2023-08-02 03:47 AM
Hello! I am using STM32CubeIDE Version 1.12.1 and the HAL library with a NUCLEO-F103RB.
During debugging the integrated STM32CubeIDE debugger pauses at the first command, in my case at HAL_Init(), but then skips all other breakpoints. The menu option 'Skip all breakpoints' is disabled, so the debugger should stop at all enabled breakpoints. Is there another user option that must be selected?
SOLVED, the debugger works as expected.