cancel
Showing results for 
Search instead for 
Did you mean: 

Does the CubeIDE have the 'go' function in the debug mode?

Kim.Andy
Associate III

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.

1 REPLY 1
TDK
Guru

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".