| |||
| Home > RealView Debugger Commands > Alphabetical command reference > DISABLEBREAK | |||
The DISABLEBREAK command disables one or more specified breakpoints.
DISABLEBREAK [,h]
[{break_num,...}]
where:
break_numSpecifies one or more breakpoints to disable, separated by commas.
You identify breakpoints by their position in the list displayed by the DTBREAK command (see DTBREAK).
hDo not use this qualifier. It is for debugger internal use only.
The DISABLEBREAK command disables one or more breakpoints. A disabled breakpoint is removed from the target as if the breakpoint were deleted, but the debugger keeps a record of it. You can then enable it again by referring to the breakpoint number when required, rather than having to reset it from scratch.
If you issue the command with no parameters then all breakpoints for this connection are disabled. Disabling a breakpoint that is already disabled has no effect.
The following examples show how to use DISABLEBREAK:
Disables the fourth, sixth, and eighth breakpoints in the current list of breakpoints.
Disables all the current breakpoints.
The following commands provide similar or related functionality: