Debugger Components
General Debugger Components
68
Microcontrollers Debugger Manual

Retrieving Source Statement

Point to an instruction in the Assembly component window, drag and drop it into the
Source component window. The Source component window scrolls to the source
statement generating this assembly instruction and highlights it.
Left clicking the mouse and clicking the L key Highlights a code range in the
Assembly component window corresponding to the first line of code selected in the
Source component window where the operation is performed. This line or code range
is also highlighted.
Drag Out
Table 3.3 shows the drag actions possible from the Assembly component.
Drop Into
Table 3.4 shows the drop actions possible in the Assembly component
Table 3.3 Assembly Component Drag Actions
Destination Component
Window
Action
Command Line The Command Line component appends the address of
the pointed to instruction to the current command.
Memory Dumps memory starting at the selected instruction PC.
The PC location is selected in the memory component.
Register Loads the destination register with the PC of the
selected instruction.
Source Source component scrolls to the source statements and
highlights it.