core/com.nokia.carbide.cpp.doc.user/html/reference/launch_configs/emulator_debugger.htm
changeset 401 939a4e7e4597
parent 400 9b005a8e6778
child 402 ad8d147e8273
equal deleted inserted replaced
400:9b005a8e6778 401:939a4e7e4597
     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>Debugger Pane</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Debugger Pane</h2>
       
    12 <p>The <b>Debug/Run</b> windows <b>Debugger</b> pane provides control entry point breaks and which  consoles are active to show  logs. </p>
       
    13 <p align="center"><img src="../images/panel_debug_debugger.png" width="639" height="278" /></p>
       
    14 <p class="figure">Figure 1 - Debug windows Debugger tab</p>
       
    15 <h5>Table 1. Debugger pane &mdash;items </h5>
       
    16 <table width="94%"  border="0" cellpadding="2" cellspacing="0">
       
    17   <tr>
       
    18     <th width="38%" scope="col">Item</th>
       
    19     <th width="62%" scope="col">Explanation</th>
       
    20   </tr>
       
    21   <tr>
       
    22     <td><b>Break at entry point </b></td>
       
    23     <td>Select to halt program execution at a specified
       
    24       function or address. Enter the desired function
       
    25       name or address in the corresponding field. If you
       
    26       enter an address, ensure that it is correct and within
       
    27     your program.</td>
       
    28   </tr>
       
    29   <tr>
       
    30     <td><b>View program output </b></td>
       
    31     <td><p>Enable to direct standard output messages to the   Emulation Program Output Console in the <a href="../view_log.htm">Console</a> view. </p>
       
    32     <p class="note"><b>NOTE</b> In the <span class="code">epoc.ini</span> file the option <span class="code">LogToFile</span> must also be set to <span class="code">1</span>.</p></td>
       
    33   </tr>
       
    34   <tr>
       
    35     <td><b>View emulator output </b></td>
       
    36     <td><p>Enable to  output emulator messages to the   Emulator  Output Console in the Console view. </p>
       
    37     <p class="note"><b>NOTE</b> In the <span class="code">epoc.ini</span> file the option <span class="code">LogToDebugger</span> must also be set to&nbsp;<span class="code">1</span>.</p></td>
       
    38   </tr>
       
    39   <tr>
       
    40     <td><b>View Windows system messages </b></td>
       
    41     <td>Enable to  output Windows system messages to the   Windows System Messages Console in the Console view. </td>
       
    42   </tr>
       
    43 </table>
       
    44 
       
    45 <div class="step">  
       
    46     <h4>To access the Debug window </h4>
       
    47     <ol>
       
    48       <li>Select the  Run &gt; Debug...  menu item</li>
       
    49       <p>The Debug window appears. </p>
       
    50       <li>Select a  Configuration setting</li>
       
    51       <li>Click Debugger tab </li>
       
    52       <p>The Debugger pane appears (Figure 1). </p>
       
    53     </ol>
       
    54 </div>
       
    55 <h5>Common concepts</h5>
       
    56   <ul>
       
    57     <li><a href="../../concepts/debugger_about.htm">About the Debugger</a></li>
       
    58   </ul>
       
    59 <h5 align="left">Common tasks</h5>
       
    60 <ul>
       
    61   <li><a href="../../tasks/start/carbide_debugging.htm">Debugging a Program</a> (Example)</li>
       
    62   <li><a href="../../tasks/projects/prj_debug_config.htm">Creating a Launch Configuration</a></li>
       
    63 </ul>
       
    64 <h5 align="left">Common references </h5>
       
    65 <ul>
       
    66   <li><a href="../perspective_debug.htm">Debug Perspective</a></li>
       
    67   <li><a href="../wnd_debug_configuration.htm">Debug Window </a> </li>
       
    68   <li><a href="../view_debug.htm">Debug View</a></li>
       
    69 </ul>
       
    70 <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>
       
    71 
       
    72 </body>
       
    73 </html>