traceback { <text> }
List the current command frame stack trace in the monitor window.
<text>
Optional text to be displayed before the traceback listing. When this parameter is
present, lines in the listing are indented.
-a
Combined with the -of switch, use append mode to add to an existing
text file.
-c
Combined with the -of switch, if <file>
exists, prompt for confirmation before it is replaced.
-ch=<channel>
Send the output to a channel currently open for output.
-err
Send the output to the error log.
-log=<panel>
Send the output to a log sub-panel.
-m
Send the output to the monitor. This is the default behavior unless
one of the -ch, -err,
-log, -of, -os,
-ow, -pr or -uof
options are used.
-of=<file>
Send the output to a text file.
-os=<ident>
Send the output to a string identifier. If the identifier does not exist, a
new string array is created using current scope rules, where each line
of output is recorded in one array element.
-ow=<window>
Send the output to a window.
-pau
When listing to the monitor window, pause on each page full.
-pr
Send the output to the printer.
-uof=<string>
Send the output to a unix filter process.
This command lists the output in the same format as that associated with exception.trace information.
List the traceback in the monitor window.
traceback
List the traceback and direct the output to a text file.
traceback 'Current Traceback', -of=tback.txt