2024-10-31 09:22 AM
Hello everyone,
I have been having an issue with breakpoints in STM32CubeIDE. Each time I try to set a breakpoint, IDE tells me that the breakpoint installation failed because of an "unmatched quote", like in the screenshot below:
And when I run the program the IDE simply ignores all breakpoints that I set, because all of them, no matter where I try to install them, have that error.
This is an annoying issue because sometimes debugging the embedded applications without using breakpoints is quite difficult.
I have already tried to resolve the issue by creating a new workplace but to no avail.
Can anyone please help me resolve it? Thank you in advance for your time.
2024-10-31 09:26 AM - edited 2024-10-31 09:27 AM
What version of CubeIDE ?
How are you setting this breakpoint - it complaining about an unmatched quote suggests the command line?
Is anything shown in the debug console window?
2024-10-31 09:41 AM
Hello,
My current version ofSTM32CubeIDE is 1.16.0
I set the breakpoint by clicking twice on the vertical line located from the left side of the code, after code line numbers (in the screenshot you can see the highlighted blue line, that's where I clicked).
I am afraid I am not seeing any change in the Debug Console window when I try to set a breakpoint.
2024-10-31 10:24 AM
I see this kind of thing (IDE v1.13.0):