BreakpointΒΆ

A breakpoint is a place in the program at which the processing is stopped. Thus it is possible to look at the values of variables at specific places within the program.

Breakpoints can be set in all editors. In the text editors breakpoints are set at line numbers, in FBD and LD at network numbers, in CFC at POUs and in SFC at steps. No breakpoints can be set in function block instances.

Warning

Runtime system CoDeSys SP 32 Bit Full will deactivate the watchdog function of the concerned task as soon as the execution of the program currently is stopped at a breakpoint.