Debugger Components
General Debugger Components
116
Microcontrollers Debugger Manual
to the Control Points chapter. If execution stops, the current position is marked in the
source component by highlighting the corresponding statement.
The complete path of the displayed source file is written in the Object Info bar of this
window.
NOTE You cannot edit the visible text in the Source window. This is a file viewer
only.

Tool Tips Features

The Debugger source component provides tool tips to display variable values. The tool tip
is a small rectangular pop-up window that displays the value of the selected variable
(shown in Figure 3.59) or the parameter value and address of the selected procedure. A
parameter or procedure can be selected by double-clicking it.
Figure 3.59 ToolTips Features
Select ToolTips > Enable from the source menu entry to enable or disable the tool tips
feature.
Select ToolTips > Mode from the source menu entry to select normal or details mode,
which provides more information on a selected procedure.
Select ToolTips > Format from the source menu entry to select the tool tip display format
(Decimal, Hexadecimal, Octal, Binary or ASCII).

On-Line Disassembling

For information about performing on-line disassembly, refer to section How to Consult
Assembler Instructions Generated by a Source Statement.
Select a range of instructions in the source component and drag it into the assembly
component. The corresponding range of code is highlighted in the Assembly
component window, as shown in Figure 3.60.