|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|
2 <html> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> |
|
5 <title>Menubar</title> |
|
6 <link href="../../book.css" type="text/css" rel="stylesheet"></head> |
|
7 <body> |
|
8 |
|
9 <h2>Menubar</h2> |
|
10 <p>The TraceBuilder menubar contains the following options:</p> |
|
11 <p><img src="images\menubar.png"></p> |
|
12 |
|
13 <table width="500" border="1" cellspacing="1" cellpadding="2"> |
|
14 <colgroup> |
|
15 <col width="25*"> |
|
16 <col width="170*"></colgroup> |
|
17 <thead> |
|
18 <tr> |
|
19 <td><p><b>Button</b></p></td> |
|
20 <td><p><b>When to use? </b></p></td> |
|
21 </tr> |
|
22 </thead> |
|
23 <tbody> |
|
24 <tr> |
|
25 <td><img src="images\iconaddtrace.gif"></td> |
|
26 <td><p>To add a new trace to the source code. The trace is added to the location |
|
27 where the cursor is at the moment.</p></td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><img src="images\iconaddparameter.gif"></td> |
|
31 <td><p>To add a new parameter to the currently selected trace.</p></td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td><img src="images\iconaddenum.gif"></td> |
|
35 <td><p>To add a new Enumeration or a value to an existing Enumeration.</p></td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><img src="images\iconparseenum.gif"></td> |
|
39 <td><p>To parse an Enumeration. The title row of the Enumeration must be selected |
|
40 from the source code.</p></td> |
|
41 </tr> |
|
42 <tr> |
|
43 <td><img src="images\icontraceproperties.gif"></td> |
|
44 <td><p>To check trace properties from the currently selected trace.</p></td> |
|
45 </tr> |
|
46 <tr> |
|
47 <td><img src="images\icondelete.gif"></td> |
|
48 <td><p>To delete the currently selected trace.</p></td> |
|
49 </tr> |
|
50 <tr> |
|
51 <td><img src="images\iconinstrumentcode.gif"></td> |
|
52 <td><p>To instrument Open System Trace (OST) traces using an instrumentation |
|
53 template. This option can be used, for example, to instrument the entry and |
|
54 exit traces to functions.</p></td> |
|
55 </tr> |
|
56 <tr> |
|
57 <td><img src="images\icondeletetraces.gif"></td> |
|
58 <td><p>To delete multiple selected traces at once. This option can also be |
|
59 used to delete a set of previously instrumented traces.</p></td> |
|
60 </tr> |
|
61 </tbody> |
|
62 </table> |
|
63 |
|
64 <div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
65 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> |
|
66 </body> |
|
67 </html> |