beautypg.com

Step, Stepin, Stepout – Zilog EZ80F916 User Manual

Page 429: Stop, Target copy, Step stepin stepout stop target copy

background image

UM014423-0607

Using the Command Processor

ZiLOG Developer Studio II

eZ80Acclaim!

®

User Manual

409

the Command Processor copies the initial settings from the copy_from_config_name
parameter, if provided. If not provided, the active build configuration is used as the
copy source. If config_name exists, the copy_from_config_name parameter is ignored.

NOTE: The active/selected configuration is used with commands like

option tool

name="value"

and

build

.

step

The

step

command performs a single step (stepover) from the current location of the pro-

gram counter. If the count is not provided, a single step is performed. This command starts
a debug session if one has not been started. The following is the syntax of the

step

com-

mand:

step

stepin

The

stepin

command steps into the function at the PC. If there is no function at the cur-

rent PC, this command is equivalent to

step

. This command starts a debug session if one

has not been started. The following is the syntax of the

stepin

command:

stepin

stepout

The

stepout

command steps out of the function. This command starts a debug session if

one has not been started. The following is the syntax of the

stepout

command:

stepout

stop

The

stop

command stops the execution of program code. The following is the syntax of

the

stop

command:

stop

target copy

The

target copy

command creates a copy of the existing target with a given name with

the given new name. The syntax can take one of two forms:

target copy NAME="<new target name>"

creates a copy of the active target named the value given for

NAME

.

target copy NAME="<new target name>" SOURCE="<existing target
name
>"

creates a copy of the

SOURCE

target named the value given for

NAME

.

This manual is related to the following products: