Submenu open module, Drag out – Freescale Semiconductor Microcontrollers User Manual

Page 88

Advertising
background image

Debugger Components

General Debugger Components

88

Microcontrollers Debugger Manual

SUBMENU Open Module

The dialog box shown in

Figure 3.31

lists all source files bound to the application. Global

variables from the selected module are displayed in the data component. This is only
supported when the component is in Global scope mode.

Figure 3.31 Open Modules Dialog Box

Drag Out

Table 3.14

describes the drag actions possible from the Data component.

Show
Watchpoints

Opens the Watchpoints Setting dialog box and allows you to view the
list of watchpoints defined in the application. (Refer to

Control Points

.)

Show
location

Forces all open components to display information about the pointed to
variable (e.g., the Memory component selects the memory range where
the variable is located).

Table 3.14 Dragging Data Possibilities

Destination
Component Window

Action

Command Line

Dragging the name appends the address of the variable to
the current command in the Command Line Window.
Dragging the value appends the variable value to the
current command in the Command Line Window.

Memory

Dumps memory starting at the address where the selected
variable is located. The memory area where the variable is
located is selected in the memory component.

Table 3.13 Data Context Menu (

continued)

Menu Entry

Description

Advertising