Debugtool create, Debugtool get, Debugtool help – Zilog ZUSBOPTS User Manual
Page 396: Debugtool list

Supported Script File Commands
UM017105-0511
368
Zilog Developer Studio II – ZNEO™
User Manual
•
debugtool copy
NAME
="<new debug tool name>"
creates a copy of the
active debug tool named the value given for
NAME
.
•
debugtool copy NAME="<new debug tool name>" SOURCE="<existing
debug tool name>
" creates a copy of the
SOURCE
debug tool named the value
given for
NAME
.
For example:
debugtool copy NAME="Sim3" SOURCE="Z16F2811AL"
debugtool create
The
debugtool create
command creates a new debug tool with the given name and
using the given communication type:
usb
,
tcpip
,
ethernet
, or
simulator
. The fol-
lowing example presents the syntax of the
debugtool create
command:
debugtool create NAME="<debug tool name>" COMMTYPE="<comm type>"
For example:
debugtool create NAME="emulator2" COMMTYPE="ethernet"
debugtool get
The
debugtool get
command displays the current value for the given data item for the
active debug tool. Use the
debugtool setup
command to view available data items and
current values. The following example presents the syntax of the
debugtool get
com-
mand:
debugtool get "<data item>"
For example:
debugtool get "ipAddress"
debugtool help
The
debugtool help
command displays all debugtool commands. The following exam-
ple presents the syntax of the
debugtool help
command:
debugtool help
debugtool list
The
debugtool list
command lists all available debug tools. The syntax can take one
of two forms:
•
debugtool list
displays the names of all available debug tools.