Symbol:
Keyboard shortcut: [Shift]+[F10]
Function: The command executes the program until the next return and halts afterwards.
Call: “Debug” menu
Requirement: The application is in online mode and the program is halted at the current break position (debug mode).
If the current breakpoint position is in a subordinate POU, then this is run through to the end. Then the program execution jumps back to the call location in the calling POU and halts there (in the line with the call).
If the current breakpoint position is in the main program, then the POU is run through to the end. Then the program execution jumps back to the beginning (to the program start at the first line of code in the POU) and halts there.
For more information, see: ⮫ “Operator: __TRY, __CATCH, __FINALLY, __ENDTRY ” and ⮫ “Dialog: Customize: Menu ”