DBG$HELP.HLB  —  DEBUG  SHOW  WINDOW
    Identifies the name and screen position of predefined and
    user-defined screen-mode windows.

                                   NOTE

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

    Format

      SHOW WINDOW  [window-name[, . . . ]]

1  –  Parameters

 windowname

    Specifies the name of a screen window definition. If you do not
    specify a name, or if you specify the asterisk (*)  wildcard
    character by itself, all window definitions are listed. You can
    use the wildcard within a window name. Do not specify a window
    definition name with the /ALL qualifier.

2  –  Qualifiers

2.1    /ALL

    Lists all window definitions.

3  –  Description

    Related commands:

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

4  –  Example

  DBG> SHOW WINDOW LH*,RH*
  window LH1 at (1,11,1,40)
  window LH12 at (1,23,1,40)
  window LH2 at (13,11,1,40)
  window RH1 at (1,11,42,39)
  window RH12 at (1,23,42,39)
  window RH2 at (13,11,42,39)
  DBG>

      This command displays the name and screen position of all
      screen window definitions whose names start with LH or RH.
Close Help