Specifications
Commands - 122
TRON/TROFF
Statement
SYNTAX: TRON
TROFF
PURPOSE: To trace program execution and/or display variable values.
REMARKS: You execute TRON to turn on the trace and TROFF to turn the trace off. It may be executed in the
immediate mode to trace a whole program or be placed within a program to trace only a section.
WARNING: TRON and TROFF must be the only command or last command on a line.
RELATED: none
EXAMPLE: 10 TRON
20 FOR X = 0 TO 3
30 A = X
40 NEXT
50 TROFF
RUN
.20..30..40..30..40..30..40..30..40..50.
ERROR: none