Breakpoint positions, L-force | plc designer – Lenze PLC Designer PLC Designer (R3-1) User Manual

Page 230

Advertising
background image

L-force | PLC Designer

Menu Commands sorted by Categories

228

DMS 4.1 EN 03/2011 TD29

12.3.4

Breakpoint positions
The possible breakpoint positions depend on the editor. Basically they are those
positions in a POU at which values of variables can change or at which the program
flow branches out resp. another POU is called.

Note: Notice for breakpoints in methods: A breakpoint will be set automatically in
all methods which might be called. So, if an interface-managed method is called,
breakpoints will be set in all methods of function blocks implementing that
interface and also in all derivative function blocks subscribing the method. If a
method is called via a pointer on a function block, breakpoints will be set in the
method of the function block and in all derivative function blocks which are
subscribing the method.

Breakpoint symbols:
Breakpoint in online mode:


Disabled breakpoint:


Program stop at breakpoint:

Advertising