Debug toolbar

This table describes each Debug toolbar button.

Button

Description

Pause the application in Cycle to Cycle mode.

Restart the target in Normal execution mode (RUN).

Execute a cycle step (from the current position up to the end of the last program).

Step Over the next instruction:

If the next instruction is a call of a function block or a sub-program, the execution passes over to the following instruction.

Step Into the next instruction:
  • The next step is at the beginning of the called block.
  • If the next instruction is not a call of a function block or a sub-program, the Step Into behaves like the Step Over.

Step Out the current block:
  • If the current stepping position is in a called function block or a sub-program, the execution continues up to the end of the current block.
  • Otherwise, the Step Out behaves like the Step Over.