2022-03-11 08:20 AM
Somehow my STM32CubeIde does not allow to put breakpoint at any project see attached picture.
Any Idea how can I return the breakpoint functionality.
Thanks in advance,
Solved! Go to Solution.
2022-03-11 08:25 AM
Ensure "Skip All Breakpoints" is unchecked.
Go to Show View -> Other -> Breakpoints to view all breakpoints currently set.
2022-03-11 08:25 AM
Ensure "Skip All Breakpoints" is unchecked.
Go to Show View -> Other -> Breakpoints to view all breakpoints currently set.
2022-03-11 10:22 AM
Thanks a lot,
Skip All Breakpoints was de issue
Best Regards