Up | Prev | PrevTail | Tail |
The trace output (only) can be redirected to a separate file by using the command
rtrout
, followed by a file name in string quotes. A second call of rtrout
closes any
current output file and opens a new one. The file name NIL
(without string quotes) closes
any current output file and causes the trace output to be redirected to the standard output
device.
The rdebug
variables trlimit
and trprinter!*
are not implemented
in rtrace
. If you want to select Lisp-style tracing then turn off the switch
rtrace
:
off rtrace;
Up | Prev | PrevTail | Front |