Contents
Keyword
Index
Using
the WDB GUI
Reference
Information
Troubleshooting
Using
Help |
|
|
You can use Find and Find Next to search your
current view for specific text or a regular expression. It is
available in the following views: Source, Disassembly,
Command, Call Stack, and Threads. A blue line
highlights the current view.
You can access the Find dialog box on the Edit menu
by clicking Find.
Fields and Buttons
Field or Button |
Action |
Find text box |
Type the text or regular expression that you want
to find.
Unless the Regular Expression check box is selected, the
text you enter in the Find box is matched literally. For
example, wildcard characters are not supported.
|
Match Case check box |
Select whether or not to search for matching
upper/lower case. If the Match Case option is checked, the
case of each letter must match; otherwise a match can occur
regardless of case.
|
Regular Expression check box |
Select whether or not to interpret the text in the
Find box as a regular expression for matching a pattern.
|
Up or Down option
buttons |
Select the Up or Down option to
direct the search toward the beginning or end of the source file.
The search begins at the current cursor location and wraps around to
the opposite end of the document.
|
Find Next button |
Click to search for the next occurrence of the
specified text or regular expression.
|
Cancel button |
Click to exit this dialog box. |
- Click the
toolbar button to open the Find dialog box. The last text
string for which you searched is entered in the Find text
box.
- To find text in a specific view, click in that view.

Return
to Top |