| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > disable breakpoints | |||
This command disables one or more breakpoints or watchpoints.
[breakpoints] disablenumber...
Where:
numberSpecifies the breakpoint or watchpoint number. This
is the number assigned by the debugger when it is set. You can use info
breakpoints to display the number and status of all breakpoints
and watchpoints.
Multiple-statements on a single line of source code are assigned
sub-numbers, for example n.n.
You can specify all multiple-statement breakpoints by specifying n.0
or individually by specifying n.n.
If no is
specified then all breakpoints and watchpoints are disabled.number
The breakpoints sub-command is optional.