Debugtool create, Debugtool get, Debugtool help – Zilog Z8F0130 User Manual

Page 523: Debugtool list

Advertising
background image

UM013037-1212

debugtool create

Zilog Developer Studio II – Z8 Encore!

User Manual

499

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="eZ80190"

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 syntax

of the

debugtool create

command is:

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 syntax of the

debugtool get

command is:

debugtool get

"<data item>"

For example:

debugtool get "ipAddress"

debugtool help

The

debugtool help

command displays all debugtool commands. The syntax of the

debugtool help

command is:

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.

Advertising