Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-25
disable command
disable command
Disables specified breakpoints, which remain defined but are not hit until reenabled.
Use the enable command to enable a disabled breakpoint.
If you do not enter any breakpoint numbers, the command disables all the breakpoints
associated with the current process.
Alias: dis, disa
breakpoint-number
is the number of a breakpoint or catch event that you want disabled. If you omit
breakpoint-number, all current breakpoints are disabled.
Example
See the Example for the enable command.
disable display command
Disables the evaluation and display of a previously defined automatic display
expression.
If you do not specify any command arguments, the command disables the entire
automatic display list.
num
is an ordinal number that identifies an expression to be deleted from the automatic
display list.
Considerations
To specify an expression for automatic display, use the display command.
To display the current expression numbers on the automatic display list, either
enter the info command with the display option, or enter the display command
with no arguments.
disable [ breakpoints ] [ breakpoint-number ... ]
disable display [ num ]