Endfocus – Freescale Semiconductor Microcontrollers User Manual

Page 779

Advertising
background image

Debugger Engine Commands

Debugger Commands

779

Microcontrollers Debugger Manual

Example:

if CUR_TARGET == 1000 /* Simulator */

set sim

elseif CUR_TARGET == 1001 /* BDI */

set bdi

ENDFOCUS

The ENDFOCUS command resets the current focus. It is associated with the FOCUS
command. Following commands are broadcast to all currently open components. This
command is only valid in a command file.

Usage

ENDFOCUS

Components

Debugger engine.

Example:

FOCUS Assembly

ATTRIBUTES code on

ENDFOCUS

FOCUS Source

ATTRIBUTES marks on

ENDFOCUS

The ATTRIBUTES command is first redirected to the Assembly component by the
FOCUS Assembly command. The code is displayed next to assembly instructions.
Then the Assembly component is released by the ENDFOCUS command and the
second ATTRIBUTES command is redirected to the Source component by the
FOCUS Source command. Marks are displayed in the Source window.

Advertising