trace/tracebuilder/com.nokia.tracebuilder.help/html/reference/menubar.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>Menubar</title>
<link href="../../book.css" type="text/css" rel="stylesheet"></head>
<body>

<h2>Menubar</h2>
<p>The TraceBuilder menubar contains the following options:</p>
<p><img src="images\menubar.png"></p>

<table width="500" border="1" cellspacing="1" cellpadding="2">
<colgroup>
	<col width="25*">
	<col width="170*"></colgroup>
<thead>
<tr>
	<td><p><b>Button</b></p></td>
	<td><p><b>When to use? </b></p></td>
</tr>
</thead>
<tbody>
<tr>
	<td><img src="images\iconaddtrace.gif"></td>
	<td><p>To add a new trace to the source code. The trace is added to the location
		where the cursor is at the moment.</p></td>
</tr>
<tr>
	<td><img src="images\iconaddparameter.gif"></td>
	<td><p>To add a new parameter to the currently selected trace.</p></td>
</tr>
<tr>
	<td><img src="images\iconaddenum.gif"></td>
	<td><p>To add a new Enumeration or a value to an existing Enumeration.</p></td>
</tr>
<tr>
	<td><img src="images\iconparseenum.gif"></td>
	<td><p>To parse an Enumeration. The title row of the Enumeration must be selected
		from the source code.</p></td>
</tr>
<tr>
	<td><img src="images\icontraceproperties.gif"></td>
	<td><p>To check trace properties from the currently selected trace.</p></td>
</tr>
<tr>
	<td><img src="images\icondelete.gif"></td>
	<td><p>To delete the currently selected trace.</p></td>
</tr>
<tr>
	<td><img src="images\iconinstrumentcode.gif"></td>
	<td><p>To instrument Open System Trace (OST) traces using an instrumentation
		template. This option can be used, for example, to instrument the entry and
		exit traces to functions.</p></td>
</tr>
<tr>
	<td><img src="images\icondeletetraces.gif"></td>
	<td><p>To delete multiple selected traces at once. This option can also be
		used to delete a set of previously instrumented traces.</p></td>
</tr>
</tbody>
</table>

<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>