Dragging from data component window – Freescale Semiconductor Microcontrollers User Manual

Page 56

Advertising
background image

Debugger Interface

Highlights of the User Interface

56

Microcontrollers Debugger Manual

Dragging from Data Component Window

Table 2.10

summarizes dragging from the Data Component.

NOTE

It is not possible to drag an expression defined with the Expression Editor. The
“forbidden” cursor is displayed.

Table 2.10 Dragging from the Data Component Window

Destination
Component Window

Action

Command Line

Dragging the name appends the address range 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.

Register

Dragging the name loads the destination register with the
address of the selected variable. Dragging the value
loads the destination register with the value of the
variable.

Source

Dragging the name of a global variable in the source
window displays the module where the variable is defined
and the source text is searched for the first occurrence of
the variable and highlighted.

Advertising