Does the CubeIDE have the 'go' function in the debug mode?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-09-15 6:59 PM
Hello,
In the debug mode,
after step by step debugging(step over or step in)
if I want to run the code from that step, not from the first step of my code,
which function could I use?
In case of the IAR, 'go' function is provided for this debugging.
Thanks.
Labels:
- Labels:
-
STM32CubeIDE
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-09-15 8:00 PM
Run to Next Breakpoint will resume execution at the current step and run until it hits something. Looks like a play button.
If you feel a post has answered your question, please click "Accept as Solution".
