2021-09-15 06: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.
2021-09-15 08:00 PM
Run to Next Breakpoint will resume execution at the current step and run until it hits something. Looks like a play button.