I'm using STM32F072,
In debug mode, breakpoints not working it shows Breakpoint installation failed: unquote match.
What can i do??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-17 10:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-18 11:56 AM
What tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-18 12:01 PM
Both in atolic truestudio and cubemxide.​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-18 11:21 PM
i did but not worked.
Still shows:
breakpoint installation failed: unquote match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
