beautypg.com

Build, Cancel all, Cancel bp – Zilog EZ80F916 User Manual

Page 413: Bp build cancel all cancel bp

background image

UM014423-0607

Using the Command Processor

ZiLOG Developer Studio II

eZ80Acclaim!

®

User Manual

393

For example:

BATCH "commands.txt"
batch wait "d:\batch\do_it.cmd"

bp

The

bp

command sets a breakpoint at a given label in the active file. The syntax can take

one of the following forms:

bp line <line number>

sets/removes a breakpoint on the given line of the active file.

bp <symbol>

sets a breakpoint at the given symbol. This version of the

bp

command can only be used

during a debug session.

For example:

bp main
bp line 20

build

The

build

command builds the currently open project. This command blocks the execu-

tion of other commands until the build process is complete. The following is the syntax of
the

build

command:

build

cancel all

The

cancel all

command clears all breakpoints in the active file. The following is the

syntax of the

cancel all

command:

cancel all

cancel bp

The

cancel bp

command clears the breakpoint at the bp list index. Use the

list bp

command to retrieve the index of a particular breakpoint. The following is the syntax of
the

cancel bp

command:

cancel bp <index>

For example:

cancel bp 3

This manual is related to the following products: