Zoom – Freescale Semiconductor Microcontrollers User Manual

Page 838

Advertising
background image

Debugger Engine Commands

Debugger Commands

838

Microcontrollers Debugger Manual

ZOOM

In the Data component, the ZOOM command is used to display the member fields of
structures by ‘diving’ into the structure. In contrast to the

UNFOLD

command, where

member fields are not expanded in place. The display of the member fields replaces the
previous view. The ZOOM out command is used to return to the nesting level indicated
by the given identifier.

NOTE

Addresses are not needed to zoom out. Simply type “ZOOM out”.

NOTE

This command is relevant when “C-source” debugging.

Usage

ZOOM

address in|out

Where address is the address of the structure or pointer variable to zoom in or
zoom out, respectively.

Components

Data component.

Example:

in>ZOOM 0x1FE0 in

The variable structure located at address 0x1FE0 is zoomed in.

in>zoom &_startupData

zooms in the _startupData structure (&_startupData is the address of the
_startupData structure).

Advertising