core/com.nokia.carbide.cpp.doc.user/html/projects/launch/wnd_debug_configuration.htm
author fturovic <frank.turovich@nokia.com>
Wed, 01 Jul 2009 16:23:00 -0500
changeset 345 9d9aecf552ee
parent 0 fb279309251b
child 400 9b005a8e6778
permissions -rw-r--r--
[bug 9352] added emulation item, removed outdated paragraph, and converted auto to automatic

<!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>Carbide Debug dialog</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Debug dialog </h2>
<p>Use the <b>Debug</b>  dialog to create, edit, and manage a project's <a href="launch_configs_overview.htm">launch configurations</a>. A <b>launch configuration</b> defines the settings used by the Carbide debugger to launch (Run) or debug programs. A project must have at least one  launch configuration in order to debug a project and can have many more. Projects that have no launch configuration  invoke the <a href="wiz_new_launch_config.htm">New Launch Configuration Wizard</a> when either the <b>Run</b> or <b>Debug</b> command is selected. </p>
<p>Select the <b>Run &gt; Debug Configuration...</b> menu option to open the <b>Debug</b> dialog.</p>
<p>The tabs shown in the <b>Debug</b> dialog vary depending upon the  type of launch configuration highlighted in the configurations list. See <a href="launch_configs_overview.htm">Launch Configuration Overview</a> for more information on the various launch configuration types. </p>
<p>Click <b>Debug</b> to start a new debug session using the selected launch configuration. </p>
<p align="center" class="figure"><img src="../images/wnd_debug_emulation_launch_config.png" width="658" height="403"></p>
<p align="center" class="figure"> Figure 1 - Debug dialog (Symbian OS Emulation configuration shown)</p>
<h5>Table 1. Debug dialog &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="../../reference/trk/panel_filter.htm">Filtering Preferences...</a></li>
      </ul></td>
  </tr>
</table>
<h4>Other references</h4>
<ul>
  <li><a href="../../launch/launch_configs_overview.htm">Launch Configuration Overview</a></li>
  <li><a href="pages_overview.htm">Configuration Pages</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>