core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm
changeset 400 9b005a8e6778
parent 0 fb279309251b
child 949 57698352558c
child 1207 e265bbe56eb0
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm	Fri Aug 07 15:50:06 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm	Mon Aug 10 15:21:12 2009 -0500
@@ -1,80 +1,80 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
-<title>Debug Window</title>
-<link rel="StyleSheet" href="../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>Debug Window</h2>
-<p>The <b>Debug</b> or launch configuration window provides C/C++ debugger options. A <a href="../projects/launch/launch_configs_overview.htm">launch configuration</a> defines the settings used by the Carbide debugger to launch and debug programs. A project must have at least one debug launch configuration in order to debug a project and can have many more. </p>
-<p>By default, Carbide creates a debug launch configuration the first time you launch the debugger based on current project settings. If additional information is required, like a port ID, the <a href="../tasks/projects/wiz_new_launch_config.htm">New Launch Configuration Wizard</a>  appears asking for the additional information. </p>
-<p>The tabs in the window vary depending upon the currently selected launch configuration.</p>
-<p align="center" class="figure"><img src="images/wnd_debug_overview.png" width="864" height="471"><br />
-Figure 1 - Debug or launch configuration window (Symbian OS emulation view)</p>
-<h5>Table 1. Debug window &mdash; common items</h5>
-<table width="94%"  border="0" cellpadding="2" cellspacing="0">
-  <tr>
-    <th width="7%" scope="col">Icon</th>
-    <th width="41%" scope="col">Item</th>
-    <th width="52%" scope="col">Explanation</th>
-  </tr>
-  <tr>
-    <td><div align="center"><img src="images/icon_new_launch_config.png" width="16" height="17"></div></td>
-    <td><b>New Launch Configuration</b></td>
-    <td><p>Click the New Launch Configuration icon to add a launch configuration to the Configurations list. Default information based upon the project is automatically entered into the various text boxes.</p>
-        <p class="note"><b>NOTE</b> Normally, you should not have to change any of the default text box entries unless you are creating multiple debug launch configurations for the same project.</p></td>
-  </tr>
-  <tr>
-    <td><div align="center"><img src="images/icon_dup_launch_config.png" width="19" height="19"></div></td>
-    <td><b>Duplicate</b></td>
-    <td>Click the Duplicate icon to duplicate the currently selected launch configuration. </td>
-  </tr>
-  <tr>
-    <td><div align="center"><img src="images/icon_delete_launch_config.png" width="17" height="16"></div></td>
-    <td><b>Delete selected launch configuration(s) </b></td>
-    <td>Click the Delete icon to remove the currently selected configuration from the Configurations list.</td>
-  </tr>
-  <tr>
-    <td>&nbsp;</td>
-    <td><b>Collapse</b></td>
-    <td>Click the Collapse icon to collapse expanded lists of launch configurations.</td>
-  </tr>
-  <tr>
-    <td><div align="center"><img src="images/icon_filter_launch_config.png" width="21" height="18"></div></td>
-    <td><b>Filter launch configurations... </b></td>
-    <td><p>Click the Filter icon to select filter options that control which launch configurations appear in the list. Filter options include:</p>
-        <ul>
-          <li>Filter Closed Projects</li>
-          <li>Filter Deleted/Unavailable Projects</li>
-          <li>Filter Configuration Types</li>
-          <li>Apply Window Working Set(s)</li>
-          <li><a href="trk/panel_filter.htm">Filtering Preferences...</a></li>
-      </ul></td>
-  </tr>
-</table>
-<div class="step">
-  <h4>To open the Debug window </h4>
-  <ul>
-    <li>Select the Run &gt; Open Debug Dialog... menu item</li>
-  </ul>
-  <ol>
-    The Debug window (Figure 1) appears.</ol>
-  <ul>
-    <li>Select Run &gt; Open Run Dialog...  to open a Run window to create a launch configuration for a release build.</li>
-  </ul>
-</div>
-<h5>Other references</h5>
-<ul>
-  <li><a href="perspective_debug.htm">Debug Perspective</a></li>
-  <li><a href="../tasks/projects/prj_debug_config.htm">Creating a Launch Configuration</a></li>
-  <li><a href="launch_configs/emulator_overview.htm">Emulator overview</a></li>
-  <li><a href="launch_configs/run_mode_overview.htm">Run-mode overview</a></li>
-  <li><a href="launch_configs/stop_mode_overview.htm">Stop-mode overview</a>  </li>
-</ul>
-<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>
-
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
+<title>Debug Window</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Debug Window</h2>
+<p>The <b>Debug</b> or launch configuration window provides C/C++ debugger options. A <a href="../projects/launch/launch_configs_overview.htm">launch configuration</a> defines the settings used by the Carbide debugger to launch and debug programs. A project must have at least one debug launch configuration in order to debug a project and can have many more. </p>
+<p>By default, Carbide creates a debug launch configuration the first time you launch the debugger based on current project settings. If additional information is required, like a port ID, the <a href="../projects/launch/wiz_new_launch_config.htm">New Launch Configuration Wizard</a>  appears asking for the additional information. </p>
+<p>The tabs in the window vary depending upon the currently selected launch configuration.</p>
+<p align="center" class="figure"><img src="images/wnd_debug_overview.png" width="864" height="471"><br />
+Figure 1 - Debug or launch configuration window (Symbian OS emulation view)</p>
+<h5>Table 1. Debug window &mdash; common items</h5>
+<table width="94%"  border="0" cellpadding="2" cellspacing="0">
+  <tr>
+    <th width="7%" scope="col">Icon</th>
+    <th width="41%" scope="col">Item</th>
+    <th width="52%" scope="col">Explanation</th>
+  </tr>
+  <tr>
+    <td><div align="center"><img src="images/icon_new_launch_config.png" width="16" height="17"></div></td>
+    <td><b>New Launch Configuration</b></td>
+    <td><p>Click the New Launch Configuration icon to add a launch configuration to the Configurations list. Default information based upon the project is automatically entered into the various text boxes.</p>
+        <p class="note"><b>NOTE</b> Normally, you should not have to change any of the default text box entries unless you are creating multiple debug launch configurations for the same project.</p></td>
+  </tr>
+  <tr>
+    <td><div align="center"><img src="images/icon_dup_launch_config.png" width="19" height="19"></div></td>
+    <td><b>Duplicate</b></td>
+    <td>Click the Duplicate icon to duplicate the currently selected launch configuration. </td>
+  </tr>
+  <tr>
+    <td><div align="center"><img src="images/icon_delete_launch_config.png" width="17" height="16"></div></td>
+    <td><b>Delete selected launch configuration(s) </b></td>
+    <td>Click the Delete icon to remove the currently selected configuration from the Configurations list.</td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+    <td><b>Collapse</b></td>
+    <td>Click the Collapse icon to collapse expanded lists of launch configurations.</td>
+  </tr>
+  <tr>
+    <td><div align="center"><img src="images/icon_filter_launch_config.png" width="21" height="18"></div></td>
+    <td><b>Filter launch configurations... </b></td>
+    <td><p>Click the Filter icon to select filter options that control which launch configurations appear in the list. Filter options include:</p>
+        <ul>
+          <li>Filter Closed Projects</li>
+          <li>Filter Deleted/Unavailable Projects</li>
+          <li>Filter Configuration Types</li>
+          <li>Apply Window Working Set(s)</li>
+          <li><a href="trk/panel_filter.htm">Filtering Preferences...</a></li>
+      </ul></td>
+  </tr>
+</table>
+<div class="step">
+  <h4>To open the Debug window </h4>
+  <ul>
+    <li>Select the Run &gt; Open Debug Dialog... menu item</li>
+  </ul>
+  <ol>
+    The Debug window (Figure 1) appears.</ol>
+  <ul>
+    <li>Select Run &gt; Open Run Dialog...  to open a Run window to create a launch configuration for a release build.</li>
+  </ul>
+</div>
+<h5>Other references</h5>
+<ul>
+  <li><a href="perspective_debug.htm">Debug Perspective</a></li>
+  <li><a href="../tasks/projects/prj_debug_config.htm">Creating a Launch Configuration</a></li>
+  <li><a href="../projects/launch/emulation.htm">Emulator overview</a></li>
+  <li><a href="../projects/launch/run_mode.htm">Run-mode overview</a></li>
+  <li><a href="../projects/launch/stop_mode.htm">Stop-mode overview</a>  </li>
+</ul>
+<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>
+
+</body>
 </html>
\ No newline at end of file