Debug toolbar

This table describes each Debug toolbar button.

Button

Name

Description

Pause

Pause the application in Cycle to Cycle mode.

Restart

Restart the target in Normal execution mode (RUN).

Cycle Step Execution

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

Step Over

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

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

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.