
Section 5 Command Descriptions
5.90
TRACE
The
TRACE
ON
command allows the embedded macro commands within the
macro buffer to be echoed out the serial port to the host computer as the Macro is
executed. This allows trace debugging during Macro execution. This feature is disabled
with the
TRACE
OFF
command.
If tracing is enabled during
LOG
ON
, the trace output will also go to the
LOG
buffer.
SYNTAX TRACE{ON
|OFF}
RESPONSE Echoes macro commands during macro execution
MODE Any
BUS STATES None
EXAMPLES
PRINT#1,"TRACE ON"
Enable Tracing
PRINT#1,"DOMACRO 0"
Execute and trace macro #0
Komentáře k této Příručce