Zilog ZUSBOPTS Manual de usuario Pagina 394

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 520
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 393
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
the cancel all
section on page 366 and the cancel bp section on page 366.
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.
Vista de pagina 393
1 2 ... 389 390 391 392 393 394 395 396 397 398 399 ... 519 520

Comentarios a estos manuales

Sin comentarios