Command ‘Step Over’

Symbol 2ded4b6b45fb800cc0a8640e01ea6996_e9cd86a71e8c5ea1c0a8640e01947982 , keyboard shortcut F10

Function: This command runs a program in defined steps.

Call: Main menu Debug.

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

If the statement is a single step, then the command “Step Into” applies. However, if execution reaches a block call, then the command “Step Over” completely executes the called block within the current step. A complete action is executed in a block diagram.

If you also want to execute a called block in steps, then select the command “Step Into”.

See also