NET/MASTER Management Services (MS) Command Reference Manual
DEBUG SOURCE
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–55
DETAIL
specifies the detail in which to display each decompiled line of text.
YES
displays opcodes (one per line) for each line of decompiled text. (Opcodes are
NCL source codes in an executable form.)
Note Use DETAIL=YES only when directed by Tandem support personnel.
NO
displays each line of decompiled text without opcodes.
NESTED
specifies whether to display decompiled text from nested procedures or functions,
if present.
Decompiled text from a nested procedure or function is displayed only if the
entire procedure or function is decompiled.
Note The nested procedure or function may not be in the same position in the display of decompiled text as it
appears in the original source code.
YES
specifies that decompiled text from nested procedures or functions is to be
displayed.
NO
specifies that decompiled text from nested procedures or functions is not to be
displayed.
LOCATION
specifies a location in a procedure or function.
If you do not specify a location, decompilation occurs at the current statement
with surrounding statements provided by either the BW or FW operand.
Decompilation is limited to the current procedure or function.
If you specify a procedure name or function name location without a statement
number, decompilation occurs for the entire procedure or function, but not nested
procedures or functions. The BW and FW operands have no effect when a statement
number is not supplied.