| |||
Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > enable breakpoints |
This command enables one or more breakpoints or watchpoints.
[breakpoints] en
ablenumber
...
Where:
number
Specifies 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 enabled.number
The breakpoints sub-command is optional.