Executing Multiple Steps in a Row
The default instruction stepping mode available in the Debug view executes one step at a time (for more information, refer to Target Run Control).
To execute multiple steps in a row, launch the ISD Shell and run the following script:
threads[0].runcontrol.step(steps=N)
where
N
is the number of steps you want to execute.