Module operations, Module menu, Drag out – Freescale Semiconductor Microcontrollers User Manual

Page 103: Drop into, Demo version limitations

Advertising
background image

Debugger Components

General Debugger Components

103

Microcontrollers Debugger Manual

The Module component displays all source files (source modules) bound to the
application. The Module window displays all modules in the order they appear in the
absolute file.

Module Operations

Double-clicking a module name forces all open windows to display information about the
module: the Source Component window shows the module's source and the global Data
Component window displays the module's global variables.

Module Menu

The Module Component window has no menu.

Drag Out

Table 3.24

shows the drag actions possible from the Module component.

.

Drop Into

Nothing can be dropped into the Module Component window.

Demo Version Limitations

Only two modules are displayed

Table 3.24 Module Component Drag Possibilities

Destination
Component Window

Action

Data > Global

Displays the global variables from the selected module in
the data component

Memory

Dumps memory starting at the address of the first global
variable in the module. The memory area where this
variable is located is selected in the memory component.

Source

Displays the source code from the selected module.

Advertising