core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_diagnostic_logs_pref.htm
author fturovic <frank.turovich@nokia.com>
Thu, 25 Jun 2009 13:45:49 -0500
changeset 307 2ea049cecf52
parent 0 fb279309251b
child 1225 a546534a48de
permissions -rw-r--r--
updated Diagnostic pref image
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
307
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
<title>Diagnostic Logs preferences</title>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
</head>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
<body bgcolor="#FFFFFF">
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
<h2>Diagnostic Logs  preferences</h2>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
<p>The <b>Diagnostic Logs</b> page in the <b>Preferences</b> window provides the ability to activate and save debugger log files in the project. When activated, the debugger generates an XML file containing useful debugger event information that can facilitate the locating and erradication of bugs in a project. </p>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
<p class="note"><b>NOTE</b> When logging is activated the performance of the debugger will be reduced as the log information is generated. </p>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
<p align="center"><img src="images/prefs_diagnostic_logs.png" width="627" height="544"></p>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
<p class="figure">Figure 1 - Diagnostic Logs preferences panel </p>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
<h5>Table 1 <span class="figure">Diagnostic Logs</span> preferences &mdash;items</h5>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
  <tr>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
    <th width="29%" scope="col">Item</th>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
    <th width="57%" scope="col">Explanation</th>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
  </tr>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
  <tr>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
    <td><b>Diagnostic Logs</b> </td>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
    <td>A list of the log files that can be generated. Log files are stored in the project but are not visible in the <a href="view_cpp_projects.htm">Project Explorer</a> or C/C++ Project views. </td>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
  </tr>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
  <tr>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
    <td><b>Clear Logs </b></td>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
    <td><p>Click to erase all log files from the project. </p>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
    </td>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
  </tr>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
</table>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
<h5>Related references</h5>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
<ul>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
  <li><a href="build_properties/pane_project_settings.htm">Carbide Project Settings </a></li>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
</ul>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
</body>
2ea049cecf52 updated Diagnostic pref image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
</html>