| BACKTRACE (BT) | |
| Syntax | BACKTRACE (BACKTRACE levels) |
| Explanation | The BACKTRACE command is only available
in the Debugger window. It prints the the current chain
of the active procedures. A number may be given as an
optional second input to limit the number of levels
printed to the number given. See also CONTINUE. |
| Examples | The following procedure contains a PAUSE command which causes the
program to stop and to open the Debugger window. TO
FAC :N The Debugger window pops up. bt |