Debug Toolbar

Each icon provided in this toolbox has a brief explanation provided below in order to explain the functionality.

Icon

Description

Pause application in Cycle to Cycle mode

Restart application in normal execution mode

Execute a cycle step

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 will be at the beginning of the called block
(if the next instruction is not a call of a function block or a sub-program, then 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.

Table 4-12: Debug Toolbar Icons