cancel
Showing results for 
Search instead for 
Did you mean: 

I'm using STM32F072, In debug mode, breakpoints not working it shows Breakpoint installation failed: unquote match. What can i do??

aahme.4
Associate II
 
5 REPLIES 5
KnarfB
Principal III

What tool?

Both in atolic truestudio and cubemxide.​

KnarfB
Principal III

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

i did but not worked.

Still shows:

breakpoint installation failed: unquote match.

KnarfB
Principal III

"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