Use TraceList to display the default trace file.
TraceList can also be entered as "TraceLi[st]", "ListTr[ace]", or "LiTr[ace]".
TraceList has no operands.
Assuming BIM-EDIT/XP was installed to C:\BIMEDIT, the default trace file is C:\BIMEDIT\DEBUG\TRACE.DAT.
The trace file can be viewed while tracing is active. TraceList will automatically flush any trace records held in memory to disk before displaying the trace file. Trace records are normally flushed to disk about every five seconds.
Return Codes
OK Successful.
Examples
List the default trace file:
=> tracelist
Activate tracing to the default trace file, test procedure testproc.prc, turn off tracing, and view the trace file:
=> trace
=> ex testproc.prc
=> trace off
=> listtr