Restores the line, symbolic, and G_floating modes established by
the SET MODE command to their default values. Also restores the
default input/output radix.
NOTE
This command is not available in the HP DECwindows Motif for
OpenVMS user interface to the debugger.
Format
CANCEL MODE
1 – Description
The effect of the CANCEL MODE command is equivalent to the
following commands:
DBG> SET MODE LINE,SYMBOLIC,NOG_FLOAT
DBG> CANCEL RADIX
The default radix for both data entry and display is decimal for
most languages.
On Alpha processors, the exceptions are BLISS, MACRO-32, and
MACRO-64, which have a default radix of hexadecimal.
On Intel[R] Itanium[R] processors, the exceptions are BLISS,
MACRO, and Intel[R] Assembler (IAS).
Related commands:
(SET,SHOW) MODE
(SET,SHOW,CANCEL) RADIX
2 – Example
DBG> CANCEL MODE
This command restores the default radix mode and all default
mode values.