Stack Viewing Commands [ Symbolic Debugger/iX User's Guide ] MPE/iX 5.0 Documentation
Symbolic Debugger/iX User's Guide
Stack Viewing Commands
Table I-4. Stack Viewing Commands
------------------------------------------------------------------------------------------------
| | | |
| Cmd | Syntax | Description |
| | | |
------------------------------------------------------------------------------------------------
| | | |
| t | | Prints a stack trace. You can optionally |
| | { t } [ depth] | specify a depth. The default depth is 20 |
| | { trace} | levels. If an optional depth is supplied, |
| | | only the procedures up to this depth in the |
| | | stack are displayed. |
| | | |
------------------------------------------------------------------------------------------------
| | | |
| T | | Prints a stack trace. You can optionally |
| | { T } [ depth] | specify a depth. The default depth is 20 |
| | { Trace} | levels. If an optional depth is supplied, |
| | | only the procedures up to this depth in the |
| | | stack are displayed. Displays everything |
| | | the t (trace) command displays, plus all |
| | | local variables and their values in \n |
| | | format. |
| | | |
------------------------------------------------------------------------------------------------
MPE/iX 5.0 Documentation