2021-02-17 10:28 PM
2021-02-18 11:56 AM
What tool?
2021-02-18 12:01 PM
Both in atolic truestudio and cubemxide.
2021-02-18 12:22 PM
In STM32CubeIDE is a Breakpoints View. Open it under Window > Show View > Other > Breakpoints. You may disable/delete old breakpoints lurking around here. During debug, you may check the Debugger Console View showing output from gdb. You may also input gdb command here (for experts).
hth
KnarfB
2021-02-18 11:21 PM
i did but not worked.
Still shows:
breakpoint installation failed: unquote match.
2021-02-19 12:29 AM
"unmachted quote"? Do you have long path names in your project with non-ASCII non-alpha-numeric characters (like space, umlauts,...) in it? Try to avoid that. Move your project to a simple path and maybe import it in a new workspace with a simple path too.
hth
KnarfB