STM CubeIDE1.9.0 disabled breakpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-11 8:20 AM
Somehow my STM32CubeIde does not allow to put breakpoint at any project see attached picture.
- I've read that this issue can be caused by too many projects on workspecae - I reduced the number of worspace procect but still does not work
- I thinks that I have set something that it disable breakpoint for all existing projects
- I tought that was IDE issue - I have upgraded the IDE from 1.8.0 to 1.9.0 - It does not help
Any Idea how can I return the breakpoint functionality.
Thanks in advance,
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-11 8:25 AM
Ensure "Skip All Breakpoints" is unchecked.
Go to Show View -> Other -> Breakpoints to view all breakpoints currently set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-11 8:25 AM
Ensure "Skip All Breakpoints" is unchecked.
Go to Show View -> Other -> Breakpoints to view all breakpoints currently set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-11 10:22 AM
Thanks a lot,
Skip All Breakpoints was de issue
Best Regards
