trace/tracebuilder/com.nokia.tracebuilder.help/html/gettingstarted/basic_steps.htm
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Tue, 24 Aug 2010 14:01:48 +0300
changeset 16 72f198be1c1d
parent 10 ed1c9f64298a
permissions -rw-r--r--
Crash Analyser Carbide Extension 1.4.0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>TraceBuilder basic steps</title>
<link href="../../book.css" type="text/css" rel="stylesheet"></head>
<body>

<h2>TraceBuilder basic steps</h2>
<p>Open the TraceBuilder tool in either of the following ways: </p>
<ul>
	<li>From the <b>Carbide > TraceBuilder</b> menu. </li>
	<li>From the  <b>Window > Show view > Other > Carbide extensions</b> menu.</li>
</ul>
<p>Using Open System Traces (OST) involves the following steps: </p>
<ol>
	<li>Open or create a Carbide.c++ project.</li>
	<li><a href="../tasks/addingtraces.htm">Add traces to the source code</a> 
		using the TraceBuilder menu.</li>
	<li>After a trace has been added, you can:
	<ul>
		<li><a href="../tasks/addingparameters.htm">add parameters to existing traces</a></li>
		<li><a href="../tasks/enumerations.htm">add enumerations</a></li>
		<li><a href="../tasks/instrumenting.htm">instrument traces in the source code</a></li>
	</ul>
	</li>
	<li><a href="../tasks/setprojectandcompile.htm">Set your project's include paths 
		and compile</a> your component with OST traces. </li>
</ol>
<p><b>Note:</b> If you have existing <code>Printf</code> traces, <a href="../tasks/converting.htm">
convert them to OST traces</a> in TraceBuilder. </p>

<h5>Related concepts</h5>
<ul>
	<li><a href="../concepts/tracecompiler.htm">Trace Compiler</a></li>
	<li><a href="../concepts/trace_format.htm">Open System Trace (OST)</a></li>
</ul>

<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
</body>
</html>