Freescale Semiconductor Microcontrollers User Manual

Page 120

Advertising
background image

Debugger Components

General Debugger Components

120

Microcontrollers Debugger Manual

Run To Cursor

When selected, sets a temporary breakpoint at the nearest code
position and continues program execution immediately. Disabling a
permanent breakpoint at this position disables the temporary
breakpoint and prevents the program from halting. Temporary
breakpoints are automatically removed when they are reached.

Show
Breakpoints

Opens the Controlpoints Configuration Window’s Breakpoints Tab
and allows you to view the list of breakpoints defined in the
application and modify their properties (See

Control Points

chapter).

Show Location

Highlights a code range in the Assembly component window
matching the line or selected source code. The line or the source
code range are highlighted as well.

Set Markpoint

Appears only in the Context Menu if a markpoint is disabled at the
nearest code position (visible with marks). When selected, enables
this markpoint.

Delete
Markpoint

Appears only in the Context Menu if a markpoint is set at the nearest
code position (visible with marks). When selected, disables this
markpoint.

Show
Markpoints

Opens the Controlpoints Configuration Window’s Markpoints Tab and
allows you to view the list of markpoints defined in the application and
modify their properties (see

Control Points

).

Set Program
Counter

The Program Counter is set to the address of the selected source
code.

Open Source
File

Opens the Source File dialog box if a CPU is loaded (see chapter
below).

Copy
(CTRL+C)

Copies the selected area of the source component into the clipboard.
You can select a word by double-clicking it. You can select a text area
with the mouse by moving the pointer to the left of the lines until it
changes to a right-pointing arrow, and then drag up or down;
automatic scrolling is activated when the text is not visible in the
windows.

Go to Line
(CTRL+G)

Opens a dialog box to scroll the window to a number line (see chapter
below).

Find (CTRL+F)

Opens a dialog box prompting for a string and then searches the file
displayed in the source component. To start searching, click Find
Next
, the search is started at the current selection or at the first line
visible in the source component.

Table 3.33 Source Associated Context Menu Description (

continued)

Menu Entry

Description

Advertising