|
|
5.3.9 TRACE
Type:
- int
Purpose:
- sets level of debugging.
TRACE=0
- No debugging messages are printed.
TRACE=1
- Messages about entering and leaving of procedures are displayed.
TRACE=3
- Messages about entering and leaving of procedures together with
line numbers are displayed.
TRACE=4
- Each line is echoed and the interpretation of commands
in this line is suspended until the user presses
RETURN.
TRACE is defaulted to 0.
TRACE does not affect the output of commands.
Example:
See
int.
|