Associated context menu – Freescale Semiconductor Microcontrollers User Manual

Page 87

Advertising
background image

Debugger Components

General Debugger Components

87

Microcontrollers Debugger Manual

Associated Context Menu

This section describes the context menus associated with each debug component. Menu
contents vary when the DBG module is available.

Figure 3.30 Data Context Menu

Table 3.13

describes the Data Context Menu entries.

Table 3.13 Data Context Menu

Menu Entry

Description

Open Module

Opens the Open Module dialog box.

Set
Watchpoint

Appears only in the context menu if no watchpoint is set or disabled on
the pointed to variable. When selected, sets a read/write watchpoint on
this variable. A yellow vertical bar is displayed for the variables on
which a read/write watchpoint has been defined. If the variable is
accessed during execution, the program is halted and the current
program state is displayed in all window components.

Delete
Watchpoint

Appears only in the context menu if a watchpoint is set or disabled on
the pointed to variable. When selected, deletes this watchpoint.

Enable
Watchpoint

Appears only in the context menu if a watchpoint is disabled on the
pointed to variable. When selected, enables this watchpoint.

Disable
Breakpoint

Appears only in the context menu if a breakpoint is set on the pointed to
instruction. When selected, disables this watchpoint.

Advertising