;
ARGS -- Displays the names and values of each argument in a specified
active routine.
FORMAT
Args routine-name
REQUIRED ARGUMENTS
None. If you do not specify a routine-name, DEBUG displays
the arguments of the current routine.
OPTIONAL ARGUMENTS
routine-name The name of an active routine whose arguments you want
to investigate. Note that a routine-name can include
an activation-number which identifies a specific
activation of a recursive routine.
DESCRIPTION
Use the ARGS command to display the name and value of each argument of the
specified active routine.
The optional routine-name must be the name of an "active" routine. The
only routines that are active at any one time are
* the routine that DEBUG is currently stopped at.
* the routine(s) that called this routine. A corollary
is that the main routine of the program is always active.
For full details on ARGS, see Chapter 3 of the DOMAIN Language Level
Debugger Reference manual.