Enable or Disable breakpoints
Breakpoints that have been turned off can be re-added to your source code. Disabled breakpoints appear as gray stop signs in the code. Enabled breakpoints appear as red stop signs in the code. Disable a breakpoint to remove it from your source code but save it for later use.
- On the View menu, click Breakpoints.
- Perform one of the following actions:
|
|
Enable a breakpoint
|
> In the breakpoints pane, select the check box beside a breakpoint.
|
Enable all breakpoints
|
> In the breakpoints pane, click Enable All.
|
Disable a breakpoint
|
> In the breakpoints pane, clear the check box beside a breakpoint.
|
Disable all breakpoints
|
> In the breakpoints pane, click Disable All.
|
Related topic