Command ‘Step Into’

Symbol e03fdb7c45fd6239c0a8640e000d4d5e_37600ee31e8c5e51c0a8640e01947982 , keyboard shortcut F11

Function: This command runs program statements one at a time.

Call: Main menu Debug

Requirement: The application is in online mode and the program is halted at a program step.

The command “Step Into” halts the program before the next statement. If necessary, the execution switches to another POU. if the current position is a function call or function block call, then it is halted before the first statement of the called block.

In all other cases, the command “Step Over” applies.

See also