DEBUG DELETE — MicroVMS 4.4
"DELETE symbol-name" removes a symbol that was defined with the
DEFINE command.
DELETE/KEY removes a keypad definition that was established by
DEFINE/KEY (or was established as the default by DEBUG). This
provides the same capability as the DCL command DELETE/KEY.
Format:
DELETE symbol-name
DELETE/KEY[/qualifiers] key-name
Examples:
DBG> DEFINE X = Y
DBG> DELETE X ! Cancels effect of above
DBG> DEFINE/KEY F6 "STEP"
DBG> DELETE/KEY F6 ! Cancels effect of above
Additional information available:
key-names
Key-name LK201 VT100-type VT52-type
PF1 PF1 PF1 PF1
PF2 PF2 PF2 PF2
PF3 PF3 PF3 PF3
PF4 PF4 PF4 PF4
KP0,...,KP9 0,1,...,9 0,1,...,9 0,1,...,9
PERIOD . . .
COMMA , , ,
MINUS - - -
ENTER Enter ENTER ENTER
UP ^ ^ ^
DOWN V V V
LEFT <- <- <-
RIGHT -> -> ->
E1 Find N/A N/A
E2 Insert Here N/A N/A
E3 Remove N/A N/A
E4 Select N/A N/A
E5 Prev Screen N/A N/A
E6 Next Screen N/A N/A
HELP Help N/A N/A
DO Do N/A N/A
F6,F7,...,F20 F6,F7,...,F20 N/A N/A
/KEY
The /KEY qualifier is required.
Additional information available:
Qualifiers
Additional information available:
/ALL
Delete all key definitions in the specified states.
/LOG
Print an informational message for each key deleted. (Default)
/NOLOG
Inhibit informational messages for the deleted keys.
/NOSTATE
(Default) The DELETE command applies to the current state only.
/STATE=(state-name[,...])
Delete key definition for given state(s).