trace/tracebuilder/com.nokia.tracebuilder.help/html/gettingstarted/basic_steps.htm
changeset 10 ed1c9f64298a
equal deleted inserted replaced
9:14dc2103a631 10:ed1c9f64298a
       
     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>TraceBuilder basic steps</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet"></head>
       
     7 <body>
       
     8 
       
     9 <h2>TraceBuilder basic steps</h2>
       
    10 <p>Open the TraceBuilder tool in either of the following ways: </p>
       
    11 <ul>
       
    12 	<li>From the <b>Carbide > TraceBuilder</b> menu. </li>
       
    13 	<li>From the  <b>Window > Show view > Other > Carbide extensions</b> menu.</li>
       
    14 </ul>
       
    15 <p>Using Open System Traces (OST) involves the following steps: </p>
       
    16 <ol>
       
    17 	<li>Open or create a Carbide.c++ project.</li>
       
    18 	<li><a href="../tasks/addingtraces.htm">Add traces to the source code</a> 
       
    19 		using the TraceBuilder menu.</li>
       
    20 	<li>After a trace has been added, you can:
       
    21 	<ul>
       
    22 		<li><a href="../tasks/addingparameters.htm">add parameters to existing traces</a></li>
       
    23 		<li><a href="../tasks/enumerations.htm">add enumerations</a></li>
       
    24 		<li><a href="../tasks/instrumenting.htm">instrument traces in the source code</a></li>
       
    25 	</ul>
       
    26 	</li>
       
    27 	<li><a href="../tasks/setprojectandcompile.htm">Set your project's include paths 
       
    28 		and compile</a> your component with OST traces. </li>
       
    29 </ol>
       
    30 <p><b>Note:</b> If you have existing <code>Printf</code> traces, <a href="../tasks/converting.htm">
       
    31 convert them to OST traces</a> in TraceBuilder. </p>
       
    32 
       
    33 <h5>Related concepts</h5>
       
    34 <ul>
       
    35 	<li><a href="../concepts/tracecompiler.htm">Trace Compiler</a></li>
       
    36 	<li><a href="../concepts/trace_format.htm">Open System Trace (OST)</a></li>
       
    37 </ul>
       
    38 
       
    39 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    40 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    41 </body>
       
    42 </html>