Go to line, Find operations – Freescale Semiconductor Microcontrollers User Manual

Page 122

Advertising
background image

Debugger Components

General Debugger Components

122

Microcontrollers Debugger Manual

Go to Line

This menu entry is only enabled if a source file is loaded. It opens the dialog box shown in

Figure 3.65

. In this dialog box, enter the line number you want to go to in the source

component, and the selected line appears at the top of the source window. If the number is
incorrect, a message appears.

Figure 3.65 Go to Line Dialog Box

When this dialog box is open, the line number of the first visible line in the source is
displayed and selected in the Enter Line Number edit box.

Find Operations

The Find dialog box, shown in

Figure 3.66

is used to perform find operations for text in

the Source component. Enter the string you want to search for in the Find what edit box.
To start searching, click Find Next, the search starts at the current selection or first line
visible in the source component, when nothing is selected.

Use the Up / Down buttons to search backward or forward. If the string is found, the
source component selection is positioned at the string. If the string is not found, a message
is displayed.

Figure 3.66 Find Dialog Box

This dialog box allows you to specify the following options:

Match whole word only: If this box is checked, only strings separated by special

characters are recognized.

Match case: If this box is checked, the search is case sensitive.

Advertising