Skip to main content

Command: Step Over

Symbol: icon_step_over.png

Keyboard shortcut: F10

Function: The command executes the statement where the program is currently located and halts before the next statement in the POU.

Call: Debug menu

Requirement: The application is in online mode and the program is halted at the current break position (debug mode).

If the executed statement contains a call (from a program, function block instance, function, method, or action), then the subordinate POU is processed completely in one step and returned to the call. Then it halts before the next statement (in the next line of code).

Tip

Click Step Into to jump to a subordinate POU and process it in single steps.

For more information, see: Stepping Through a Program