|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <html> |
|
3 <head> |
|
4 <title>Searching for traces</title> |
|
5 <link href="../../book.css" type="text/css" rel="stylesheet"></head> |
|
6 <body> |
|
7 |
|
8 <h2>Searching for traces</h2> |
|
9 <p>To find a specific trace, do the following: </p> |
|
10 <ol> |
|
11 <li>On the TraceViewer toolbar, click <b>Search</b>. <p>The standard <b>Search |
|
12 </b> dialog is opened. </p> </li> |
|
13 <li>In the <b>Find what</b> field, type your search criterion. </li> |
|
14 <li>Specify the following options as needed: |
|
15 <ul> |
|
16 <li><b>Match whole word only:</b> the searchable text must be found from the |
|
17 text separated with white space in both sides. For example, finding <i>ell |
|
18 </i> with this option will not find, for example, a line containing the word <i> |
|
19 hello</i>. If this option is off, the line will be found.</li> |
|
20 <li><b>Match case:</b> the search is case-sensitive. For example, finding <i> |
|
21 Hello</i> will not find a line <i>hello world</i> because the case of the <i> |
|
22 h</i> letter is different.</li> |
|
23 <li><b>Regular expression search:</b> to find traces with a specific search |
|
24 pattern. The syntax of the regular expressions can be found from <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html"> |
|
25 java.util.regex.Pattern</a>.</li> |
|
26 </ul> |
|
27 </li> |
|
28 <li>To start the search, click <b>Find next</b>. <p>Traces that match the |
|
29 criteria are high-lighted on the view.</p></li> |
|
30 </ol> |
|
31 |
|
32 <img src="images/searchView.png" alt="Search dialog"> |
|
33 <p><b>Tip</b>: There are few shortcuts you can use:</p> |
|
34 <ul> |
|
35 <li><b>ALT + w</b> - Enables / Disables the "Match whole word only" option</li> |
|
36 <li><b>ALT + c</b> - Enables / Disables the "Match case" option</li> |
|
37 <li><b>ALT + d</b> - Changes the search direction</li> |
|
38 </ul> |
|
39 |
|
40 <div id="footer">Copyright © 2007-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.</div> |
|
41 </body> |
|
42 </html> |