Command ‘Breakpoints’¶
Symbol:
Function: This command opens the Breakpoints view.
Call: Menu bar:
.This view shows an overview of all defined breakpoints for an application. You have access to all breakpoint commands within this view.
Application | Select the required application from the list. |
POU | Name of the function block that will receive the breakpoint |
Position | Location of the breakpoint in the POU
For function blocks, “(Impl)” indicates that the breakpoint is located in the implementation of the function block, not in an instance. |
Instance path | Complete object path of the breakpoint location. |
Tasks | Names of tasks that will be effective when the breakpoint is executed. If there are no restrictions, then “(all)” is displayed here. |
Condition |
|
Hit count condition | When the breakpoint should be in effect (depending on the hit count) |
Current hit count | How often the breakpoint has already been reached up to now during the execution |
![]() |
This command opens the Breakpoint Properties dialog. | |
![]() |
This command opens the New Breakpoint dialog. | |
Clear breakpoint | Removes the breakpoint (not the same as disable) | |
Enable/disable breakpoint | Toggles the status of the breakpoint or execution point between “enabled” and “disabled”
As opposed to “Clear breakpoint”, a disabled breakpoint remains in the list and can be enabled again. |
|
Properties | The Breakpoint Properties dialog opens for editing the breakpoint parameters. This dialog is the same as New Breakpoint. In online mode, you can change the breakpoint into an execution point. | |
Go to source position | Opens the online view of the affected block. The cursor is set at the breakpoint location. | |
Clear all breakpoints | Deletes all breakpoints and execution points in the application. The list is cleared. Not to be confused with “deactivate”. | |
Enable all breakpoints | Enables all currently disabled breakpoints and execution points. | |
Disable all breakpoints | Disables all currently enabled breakpoints and execution points. The points remain in the list and can be enabled again. |
See also