Debugger commands, Activate – Freescale Semiconductor Microcontrollers User Manual

Page 742

Advertising
background image

Debugger Engine Commands

Debugger Commands

742

Microcontrollers Debugger Manual

Debugger Commands

The commands available when you use the Simulator/Debugger are defined on the
following pages.

A

The A command assigns an expression to an existing variable. The quoted expression
must be used for string and enum expressions.

Usage

A variable = value

or A variable = "value"

Components

Debugger engine.

Example:

in>a counter=8

The variable counter is now equal to 8.

in>A day1 = "monday_8U" (Monday_8U is defined in an Enum)

The variable day1 is now equal to monday_8U.

in>A value = "3.3"

The variable value is now equal to 3.3

ACTIVATE

ACTIVATE activates a component window as if you clicked on its title bar. The window
is displayed in the foreground and its title bar is highlighted. If the window shows icons,
its title bar is activated and displayed in the foreground.

Usage

ACTIVATE component

Components

Debugger engine.

Advertising