NET/MASTER Management Services (MS) Command Reference Manual

DEBUG SOURCE
NonStop NET/MASTER MS Commands
2–54 115412 Tandem Computers Incorporated
DEBUG SOURCE The DEBUG SOURCE command displays the decompiled source statements of a
suspended NCL process. Comments are not displayed (they are not compiled and,
therefore, not decompiled). Statements that span multiple lines in the source code are
shown as a single statement.
DEBUG SOURCE [ ID=
ncl-id
]
[ BW=
backward-number
]
[ FW=
forward-number
]
[ DETAIL={ YES | NO } ]
[ NESTED={ YES | NO } ]
[ LOCATION=
stmt-position
]
[ SCOPE={ 0 |
nesting-level
} ]
[ ON | OFF ]
stmt-position
:
file-name
[.{
proc-name
|
func-name
} … ][ .
stmt-number
] ]
stmt-number
ID=
ncl-id
specifies the NCL process identifier (NCL ID) of an NCL process and sets the
current NCL process. If you do not specify an NCL ID, the default NCL ID is
assumed (see the DEBUG START command for further information about the
default NCL ID).
BW=
backward-number
specifies the number of statements to display backward from the current or
specified statement. The value of the BW operand must be a number from 1
through 32767. The current or specified statement is also displayed. The display
is limited to the current or specified procedure or function.
If you omit both the BW and FW operands, only the current statement is decompiled
and displayed.
FW=
forward-number
specifies the number of statements to display forward from the current or
specified statement. The value of the FW operand must be a number from 1
through 32767. The current or specified statement is also displayed. The display
is limited to the current or specified procedure or function.
If you omit both the BW and FW operands, only the current statement is decompiled
and displayed.