Online' 'step over, L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual
Page 226

L-force | PLC Designer
The Individual Components
224
DMS 3.2 EN 02/2011 TD29
In order to go to the location in the editor where a certain breakpoint was set,
highlight the respective breakpoint from the list of set breakpoints and press the Go
to button.
Breakpoint Editing Dialog Box
To set or delete breakpoints, you can also use the 'Online' 'Toggle Breakpoint'
command.
6.6.12
'Online' 'Step over'
Symbol:
Shortcut: <F10>
This command causes a single step to execute. If a POU is called, the program stops
after its execution. In SFC a complete action is executed.
If the present instruction is the call-up of a function or of a function block, then the
function or function block will be executed completely. Use the 'Online' 'Step In'
command, in order to move to the first instruction of a called function or function
block.
If the last instruction has been reached, then the program will go on to the next
instruction in the POU.