TRACE ALLtraces program flow and variable assignments. Either the entire program or just a range of program lines may be traced. The trace output is sent to the message line and displays the program line numbers and any modified simple numeric or string variable and its new value. If a full array is modified the entire array is not displayed. If print-all mode is on, then the trace output is also sent to thePRINTALL ISdevice.
TRACE OFFturns off all tracing functions.
TRACE PAUSEwillPAUSEprogram execution before the specified line and will display the next program line to be executed. If no line is specified, the program pauses before the next line is executed and the currentTRACE PAUSEline is deactivated. Tracing slows program execution.