xtrace

Start or stop the extended trace facility

XTRACE {off}

Arguments

off—stop extended traced mode

Description

While in extended trace mode, the debugger copies each ProcScript instruciton, as it is executed, to the message frame or screen (depending on how the debugger putmess command has been used). The information the trigger and module where the ProcScript instruction is located, as well as any arguments given to the ProcScript instruction.

If the debugger encounters a nodebug ProcScript statement, it stops copying the ProcScript statements to the message frame.

Related Topics