Single Stepping
You can use single stepping to execute one step at a time in Debug mode. Single Stepping is useful if you want to examine the execution very closely.
You can single-step when Design Studio is ready to start a new debug, or when it has stopped during a debug.
-
To execute the next step, click
Single Step.
When that step has been executed, execution is stopped.
- Click Single Step again to execute the next step, and so on.
- To resume normal execution, click Run at any step.