Command: traceback

Syntax

traceback { <text> }

Description

List the current command frame stack trace in the monitor window.

Parameters

Switches

Notes

This command lists the output in the same format as that associated with exception.trace information.

Examples

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