Build, Cancel all, Cancel bp – Zilog ZUSBOPTS User Manual
Page 394: Build cancel all cancel bp

Supported Script File Commands
UM017105-0511
366
Zilog Developer Studio II – ZNEO™
User Manual
BP WHEN READ &my_var
break when read variable
my_var
You can use the
cancel bp
or
cancel all
commands to clear access breakpoints. See
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 example pres-
ents the syntax of the
build
command:
build
cancel all
The
cancel all
command clears all breakpoints in the currently loaded project. The fol-
lowing example presents the syntax of the
cancel all
command:
cancel all
Starting in version 4.11.0, you can also use the
cancel all
command to clear all break-
points, including access breakpoints. For example:
cancel all
To clear a specified breakpoint, see cancel bp. To set access breakpoints, see bp.
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 example presents
the syntax of the
cancel bp
command:
cancel bp <index>
For example:
cancel bp 3
Starting in version 4.11.0, you can also use the
cancel bp when
command to clear an
access breakpoint set at a specified address. The following example presents the syntax of
the
cancel bp when
command:
cancel bp when <address>
To clear all access breakpoints, see cancel all. To set access breakpoints, see bp.