Symbol , shortcut [F10]
Function: The command executes the statement where the program is currently located and halts before the next statement in the POU.
Call: Menu bar: “Debug”
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).
Click “Step Into” to jump to a subordinate POU and process it in single steps.