Bckcolor – Freescale Semiconductor Microcontrollers User Manual

Page 758

Advertising
background image

Debugger Engine Commands

Debugger Commands

758

Microcontrollers Debugger Manual

BCKCOLOR

BCKCOLOR sets the background color.

The background color defined with the BCKCOLOR command is valid for all component
windows. Avoid using the same color for the font and background, otherwise text in the
component windows is not visible. Also avoid using colors that have a specific meaning in
the command line window. These colors are:

Red: used to display error messages.

Blue: used to echo commands.

Green: used to display asynchronous events.

NOTE

When WHITE is given as a parameter, the default background color for all
component windows is set, for example, the register component is lightgray.

Usage

BCKCOLOR color

Where color can be one of the following: BLACK, GREY, LIGHTGREY,
WHITE, RED, YELLOW, BLUE, CYAN, GREEN, PURPLE,

LIGHTRED, LIGHTYELLOW, LIGHTBLUE, LIGHTCYAN,

LIGHTGREEN, LIGHTPURPLE

Components

Debugger engine.

Example:

in>BCKCOLOR LIGHTCYAN

The background color of all currently open component windows is set to
Lightcyan. To return to the original display, enter BCKCOLOR WHITE.

BD

In the Command Line component, the BD command displays the list of all breakpoints
currently set with addresses and types (temporary, permanent).

Usage

BD

Advertising