Open – Freescale Semiconductor Microcontrollers User Manual

Page 808

Advertising
background image

Debugger Engine Commands

Debugger Commands

808

Microcontrollers Debugger Manual

Components

Debugger engine.

Example:

in>NOLF

The current Log File is closed.

OPEN

The OPEN command is used to open a window component.

Usage

OPEN "component" [x y width height][;I | ;MAX]

where:

• component is the component name with an optional path

x is the X-axis of the upper left corner of the window component

y is the Y-axis of the upper left corner of the window component

width is the width of the window component

height the height of the window component

When I is specified, the component window displays icons; when MAX is
specified, the component window is maximized.

Component names are: Assembly, Command, Coverage, Data, Inspect, IO_Led,
Led, Memory, Module, Phone, Procedure, Profiler, Recorder, Register, SoftTrace,
Source, Stimulation.

Components

Debugger engine.

Example:

in>OPEN Terminal 0 78 60 22

The Terminal component and window is opened at specified positions and with
specified width and height.

Advertising