beautypg.com

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

Page 521: Build cancel all cancel bp, Bp build cancel all cancel bp

background image

UM013037-1212

bp

Zilog Developer Studio II – Z8 Encore!

User Manual

497

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 based on the currently selected proj-
ect build configuration. This command blocks the execution of other commands until the
build process is complete. The syntax of the

build

command is:

build

cancel all

The

cancel all

command clears all breakpoints in the active file. The syntax of the

cancel all

command is:

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

cancel bp

command is:

cancel bp

<index>

For example:

cancel bp 3