Open source file – Freescale Semiconductor Microcontrollers User Manual

Page 121

Advertising
background image

Debugger Components

General Debugger Components

121

Microcontrollers Debugger Manual

NOTE

If some statements do not show marks although the mark display is switched
on, the following reasons may be the cause:
- The statement did not produce any code due to optimizations done by the
compiler.
- The entire procedure was not linked in the application, because it is never
used.

Open Source File

The Open Source File dialog box shown in

Figure 3.64

allows you to open the Source File

(if a CPU is loaded). A source file is a file that has been used to build the currently loaded
absolute file. Assembly file (*.dbg) is searched in the directory given by the OBJPATH
and GENPATH variables. C, C++ files (*.c,*.cpp,*.h) are searched in the directories
given by the GENPATH variable.

Figure 3.64 Open Source File Dialog Box

Find Procedure
(CTRL+I)

Opens a dialog box for searching a procedure.

Foldings

Opens the folding window.

Marks

Toggles the display of source positions where breakpoints may be
set. If this switch is on, these positions are marked by small triangles.

ToolTips

Allows you to enable or disable the source tool tips feature, to set up
the tool tip mode, and tool tip format.

Table 3.33 Source Associated Context Menu Description (

continued)

Menu Entry

Description

Advertising