Figure 3.60, Setting temporary breakpoints – Freescale Semiconductor Microcontrollers User Manual

Page 117

Advertising
background image

Debugger Components

General Debugger Components

117

Microcontrollers Debugger Manual

• Holding down the left mouse button and pressing the T 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.

Figure 3.60 On Line Disassembling

Setting Temporary Breakpoints

For information on setting breakpoints refer to the

Control Points

chapter.

• Point to an instruction in the Source component Window and click the right mouse

button. The Source window context menu is displayed. Select Run To Cursor from
the context menu. The application continues execution and stops at this location.

• Hold down the left mouse button and press the T key. This sets a temporary

breakpoint at the nearest code position (visible with marks). The next time the
program runs it breaks at this location, as shown in

Figure 3.61

.

Figure 3.61 Setting Breakpoints

Advertising