Debugtool save, Debugtool set, Debugtool setup – Zilog ZUSBOPTS User Manual
Page 397: Debugtool save debugtool set debugtool setup

UM017105-0511
Supported Script File Commands
Zilog Developer Studio II – ZNEO™
User Manual
369
•
debugtool list
COMMTYPE
="<type>"
displays the names of all available
debug tools using the given communications type:
usb
,
tcpip
,
ethernet
, or
simu-
lator
.
For example:
debugtool list COMMTYPE="ethernet"
debugtool save
The
debugtool save
command saves a debug tool configuration to disk. The syntax can
take one of two forms:
•
debugtool save
saves the active debug tool.
•
debugtool save NAME ="<Debug Tool Name>"
saves the given debug tool.
For example:
debugtool save NAME="USBSmartCable"
debugtool set
The
debugtool set
command sets the given data item to the given data value for the
active debug tool or activates a particular debug tool. The syntax can take one of two
forms:
•
debugtool set "<data item>" "<new value>"
sets data item to new value
for the active debug tool. Use
debugtool setup
to view available data items and
current values.
For example:
debugtool set "ipAddress" "123.456.7.89"
•
debugtool set "<debug tool name>"
activates the debug tool with the given
name. Use
debugtool list
to view available debug tools.
debugtool setup
The
debugtool setup
command displays the current configuration of the active debug
tool. The following example presents the syntax of the
debugtool setup
command:
debugtool setup