DBG$HELP.HLB  —  DEBUG  SET  EDITOR  Qualifiers

1    /CALLABLE_EDT

    Specifies that the callable version of the EDT editor is started
    when you use the EDIT command. Do not specify a command line with
    this qualifier (a command line of "EDT" is used).

2    /CALLABLE_TPU

    Specifies that the callable version of the DEC Text Processing
    Utility (DECTPU) is started when you use the EDIT command. If you
    also specify a command line, it is passed to callable DECTPU. If
    you do not specify a command line, the default command line is
    TPU.

3    /START_POSITION

       /START_POSITION
       /NOSTART_POSITION (default)

    Controls whether the /START_POSITION qualifier is appended
    to the specified or default command line when you enter the
    EDIT command. Currently, only DECTPU and the DEC Language-
    Sensitive Editor (specified as TPU or /CALLABLE_TPU, and LSEDIT
    or /CALLABLE_LSEDIT, respectively) support this qualifier.

    The /START_POSITION qualifier affects the initial position of
    the editor's cursor. By default (/NOSTART_POSITION), the editor's
    cursor is placed at the beginning of source line 1, regardless
    of which line is centered in the debugger's source display or
    whether you specify a line number in the EDIT command. If you
    specify /START_POSITION, the cursor is placed either on the
    line whose number you specify in the EDIT command, or (if you
    do not specify a line number) on the line that is centered in the
    current source display.
Close Help