Command ‘Step Over’¶
Symbol , keyboard shortcut
F10
Function: This command runs a program in defined steps.
Call: Main menu
.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