BREAKPOINTS Window
The BREAKPOINTS window, located in the Cross Function Area at the lower screen border, lists all set breakpoints and provides a toolbar and context menu for toggling, disabling and removing breakpoints as well as for jumping into a code worksheet, where a breakpoint is set.
If a breakpoint is reached when debugging in debug mode, the same stepping commands are provided (Step into code, Step over code, Step out of code) as in the CALL STACKS window.
![]() | You can hide/show the window by clicking the button shown left on the Cross Function Area toolbar. For closing the window, you can also click the cross icon on the right of the window title bar: ![]() ![]() ![]() ![]() ![]() ![]() |
![]() | If the controller is connected and at least one new entry is added to the window while it is closed, the icon on the Cross Function Area toolbar is shown with an envelope icon. |
Breakpoints are not supported for safety-related variables and code.
Further Info
For detailed information about the BREAKPOINTS window and how to work with it, see the topic "Debugging code: Breakpoints". |