Reference Information · Find Dialog Box Home and Help Icons Keyword Index Home Using Help
Line Graphic
Line Graphic

Contents

Keyword Index

Using the WDB GUI

Reference Information
Main Window
Menus
Toolbar Icons and Shortcut Keys
Views
Source View
Disassembly View
Command View
Watch View
Local Variables View
Call Stack View
Threads View
Registers View
Memory Usage View
Build View
Dialog Boxes
Load Program Dialog Box
Open File Dialog Box
Save/Restore Debug Session Dialog Box
Breakpoints Dialog Box
Source File Paths Dialog Box
Object File Paths Dialog Box
Signals Dialog Box
{short description of image} Find Dialog Box
Debugger Preferences Dialog Box
Quick Watch Dialog Box
Fix List Dialog Box
Memory Check Dialog Box

Troubleshooting

Using Help



Bullet Overview
Bullet Find Dialog Box Description
Bullet Tips
Bullet See Also

Line Graphic

Overview

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.

Line Graphic

Find Dialog Box Description

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.
Line Graphic

Tips

  • Click the Find 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.
Line Graphic

See Also

Line Graphic

Return to Top