Enabling and disabling breakpoints

Breakpoints can be enabled and disabled as needed. When a breakpoint is enabled, execution suspends before that line of code is executed. When a breakpoint is disabled, execution is not suspended by the presence of the breakpoint.

To enable or disable a breakpoint:

You may also change the state of a breakpoint from the marker bar of the DXL Editor.

Related concepts
Breakpoints
Debugger

Related tasks
Running and debugging
Removing Line Breakpoints
Stepping through the execution of a DXL program

Related reference
Breakpoints View