Skip to main content
aahme.4
Associate II
February 18, 2021
Question

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

  • February 18, 2021
  • 3 replies
  • 1311 views

..

This topic has been closed for replies.

3 replies

KnarfB
Super User
February 18, 2021

What tool?

aahme.4
aahme.4Author
Associate II
February 18, 2021

Both in atolic truestudio and cubemxide.​

KnarfB
Super User
February 18, 2021

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

aahme.4
aahme.4Author
Associate II
February 19, 2021

i did but not worked.

Still shows:

breakpoint installation failed: unquote match.

KnarfB
Super User
February 19, 2021

"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