trace/traceviewer/com.nokia.traceviewer.help/html/gettingstarted/basic_steps.htm
changeset 11 5b9d4d8641ce
equal deleted inserted replaced
10:ed1c9f64298a 11:5b9d4d8641ce
       
     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>TraceViewer basic steps</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet"></head>
       
     7 <body>
       
     8 
       
     9 <h2>TraceViewer basic steps</h2>
       
    10 <p>Open the TraceViewer tool in either of the following ways: </p>
       
    11 <ul>
       
    12 	<li>From the <b>Carbide > TraceViewer</b> menu. </li>
       
    13 	<li>From the  <b>Window > Show view > Other > Carbide extensions</b> menu.</li>
       
    14 </ul>
       
    15 <p>Tracing a target device involves the following stages, some of which are optional. </p>
       
    16 <ol>
       
    17 	<li>Set up tracing for your development goals.
       
    18 	<ul>
       
    19 		<li><a href="../tasks/preferences.htm">Setting TraceViewer preferences</a> 
       
    20 			(Connection settings are mandatory to define)</li>
       
    21 		<li><a href="../tasks/trigger.htm">Configuring triggers</a> (optional)</li>
       
    22 		<li><a href="../tasks/log.htm">Configuring logging for traces</a> (optional)</li>
       
    23 		<li><a href="../tasks/setup_rules.htm">Setting up rules and filters</a> (optional)</li>
       
    24 		<li><a href="../tasks/decoding_traces.htm">Decoding binary traces with a Dictionary 
       
    25 			file</a>(mandatory for OST traces)</li>
       
    26 		<li><a href="../tasks/traceactivation.htm">Activating traces</a>(mandatory for OST traces)</li>
       
    27 	</ul>
       
    28 	</li>
       
    29 	<li>Connect to the device to start receiving traces.
       
    30 	<ul>
       
    31 		<li><a href="../tasks/connect.htm">Connecting to the trace source</a>.</li>
       
    32 	</ul>
       
    33 	</li>
       
    34 	<li>Start the device, the application or the test case you are working on. <p>
       
    35 		The received traces should be visible in the TraceViewer main view, as shown
       
    36 		below in an example.</p>
       
    37 		<p><img src="images/mainview2.png" alt="Sample of trace listing on the user interface"></p>
       
    38 	</li>
       
    39 	<li>Analyse the data to get more information of the trace itself or open the
       
    40 		trace location in a text editor (only for OST traces). </li>
       
    41 	<li>(Optional) You can also copy the trace information to the clipboard or 
       
    42 		<a href="../tasks/search.htm">search for traces</a>. </li>
       
    43 </ol>
       
    44 
       
    45 <div id="footer">Copyright &copy; 2007-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    46 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    47 </body>
       
    48 </html>