core/com.nokia.carbide.cpp.doc.user/html/reference/wnd_debug_configuration.htm
changeset 0 fb279309251b
child 400 9b005a8e6778
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <title>Debug Window</title>
       
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Debug Window</h2>
       
    12 <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>
       
    13 <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>
       
    14 <p>The tabs in the window vary depending upon the currently selected launch configuration.</p>
       
    15 <p align="center" class="figure"><img src="images/wnd_debug_overview.png" width="864" height="471"><br />
       
    16 Figure 1 - Debug or launch configuration window (Symbian OS emulation view)</p>
       
    17 <h5>Table 1. Debug window &mdash; common items</h5>
       
    18 <table width="94%"  border="0" cellpadding="2" cellspacing="0">
       
    19   <tr>
       
    20     <th width="7%" scope="col">Icon</th>
       
    21     <th width="41%" scope="col">Item</th>
       
    22     <th width="52%" scope="col">Explanation</th>
       
    23   </tr>
       
    24   <tr>
       
    25     <td><div align="center"><img src="images/icon_new_launch_config.png" width="16" height="17"></div></td>
       
    26     <td><b>New Launch Configuration</b></td>
       
    27     <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>
       
    28         <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>
       
    29   </tr>
       
    30   <tr>
       
    31     <td><div align="center"><img src="images/icon_dup_launch_config.png" width="19" height="19"></div></td>
       
    32     <td><b>Duplicate</b></td>
       
    33     <td>Click the Duplicate icon to duplicate the currently selected launch configuration. </td>
       
    34   </tr>
       
    35   <tr>
       
    36     <td><div align="center"><img src="images/icon_delete_launch_config.png" width="17" height="16"></div></td>
       
    37     <td><b>Delete selected launch configuration(s) </b></td>
       
    38     <td>Click the Delete icon to remove the currently selected configuration from the Configurations list.</td>
       
    39   </tr>
       
    40   <tr>
       
    41     <td>&nbsp;</td>
       
    42     <td><b>Collapse</b></td>
       
    43     <td>Click the Collapse icon to collapse expanded lists of launch configurations.</td>
       
    44   </tr>
       
    45   <tr>
       
    46     <td><div align="center"><img src="images/icon_filter_launch_config.png" width="21" height="18"></div></td>
       
    47     <td><b>Filter launch configurations... </b></td>
       
    48     <td><p>Click the Filter icon to select filter options that control which launch configurations appear in the list. Filter options include:</p>
       
    49         <ul>
       
    50           <li>Filter Closed Projects</li>
       
    51           <li>Filter Deleted/Unavailable Projects</li>
       
    52           <li>Filter Configuration Types</li>
       
    53           <li>Apply Window Working Set(s)</li>
       
    54           <li><a href="trk/panel_filter.htm">Filtering Preferences...</a></li>
       
    55       </ul></td>
       
    56   </tr>
       
    57 </table>
       
    58 <div class="step">
       
    59   <h4>To open the Debug window </h4>
       
    60   <ul>
       
    61     <li>Select the Run &gt; Open Debug Dialog... menu item</li>
       
    62   </ul>
       
    63   <ol>
       
    64     The Debug window (Figure 1) appears.</ol>
       
    65   <ul>
       
    66     <li>Select Run &gt; Open Run Dialog...  to open a Run window to create a launch configuration for a release build.</li>
       
    67   </ul>
       
    68 </div>
       
    69 <h5>Other references</h5>
       
    70 <ul>
       
    71   <li><a href="perspective_debug.htm">Debug Perspective</a></li>
       
    72   <li><a href="../tasks/projects/prj_debug_config.htm">Creating a Launch Configuration</a></li>
       
    73   <li><a href="launch_configs/emulator_overview.htm">Emulator overview</a></li>
       
    74   <li><a href="launch_configs/run_mode_overview.htm">Run-mode overview</a></li>
       
    75   <li><a href="launch_configs/stop_mode_overview.htm">Stop-mode overview</a>  </li>
       
    76 </ul>
       
    77 <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>
       
    78 
       
    79 </body>
       
    80 </html>