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.

Note You can single-step when Design Studio is ready to start a new debug, or when it has stopped during a debug.
  1. To execute the next step, click Single Step .

    When that step has been executed, execution is stopped.

  2. Click Single Step again to execute the next step, and so on.
  3. To resume normal execution, click Play at any step.