DBG$HELP.HLB  —  DEBUG  CANCEL  DISPLAY
    Permanently deletes a screen display.

                                   NOTE

       This command is not available in the HP DECwindows Motif for
       OpenVMS user interface to the debugger.

    Format

      CANCEL DISPLAY  [display-name[, . . . ]]

1  –  Parameters

 display-name

    Specifies the name of a display to be canceled. Do not specify
    the PROMPT display, which cannot be canceled. Do not use
    the asterisk (*)  wildcard character. Instead, use the /ALL
    qualifier. Do not specify a display name with /ALL.

2  –  Qualifiers

2.1    /ALL

    Cancels all displays, except the PROMPT display.

3  –  Description

    When a display is canceled, its contents are permanently lost,
    it is deleted from the display list, and all the memory that was
    allocated to it is released.

    You cannot cancel the PROMPT display.

    Related commands:

       (SHOW) DISPLAY
       (SET,SHOW,CANCEL) WINDOW

4  –  Examples

    1.DBG> CANCEL DISPLAY SRC2

      This command deletes display SRC2.

    2.DBG> CANCEL DISPLAY/ALL

      This command deletes all displays, except the PROMPT display.
Close Help