-
Case sensitive
When you check this option, upper and lower case spelling is considered. Only terms that match exactly the upper and lower case spelling are displayed.
-
Whole word
When you check this option, only words matching the specified term are displayed.
-
Regular expressions
When you check this option, the debugger searches for strings containing regular expressions, such as hello\.*mm. The debugger's regular expression engine uses the Java* class java.util.regex. See www.sun.com for more information.
Press Ctrl+Space in the Find field to view context-sensitive help on regular expressions.
-
Wrap search
When you check this option, when the debugger reaches the end of the file, it starts searching from the beginning of the file.
-
Incremental
When you check this option, the debugger searches for the search string as you enter it. For example, when you type n, the debugger searches for n immediately. When you add e, it searches for ne.