Freescale Semiconductor Microcontrollers User Manual

Page 818

Advertising
background image

Debugger Engine Commands

Debugger Commands

818

Microcontrollers Debugger Manual

breakpoints (SAVEBP on) when the user quits the Simulator/Debugger or loads another
.ABS

file.

NOTE

For more information about this syntax, refer to

BS

command and to the

Control Points

chapter.

Usage

SAVEBP on|off

Components

Debugger engine.

Example:

Content of the FIBO.BPT file

savebp on

BS &fibo.c:Fibonacci+19 P E; cond = "fibo > 10" E; cdSz

= 47 srSz = 0

BS &fibo.c:Fibonacci+31 P E; cdSz = 47 srSz = 0

BS &fibo.c:main+12 P E; cdSz = 42 srSz = 0

BS &fibo.c:main+21 P E; cond = "fiboCount==5" E; cmd =

"Assembly < spc 0x800" E; cdSz = 42 srSz = 0

SET

Sets a new current target for the debugger by loading the targetName component.

Usage

SET targetName

where targetName is name without extension of the target to set.

Components

Debugger engine.

Example:

in>SET Sim

The debugger’s current target is Simulator.

Advertising