core/com.nokia.carbide.cpp.doc.user/html/reference/launch_configs/emulator_main.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>Main Pane (Emulator)</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Main Pane (Emulator) </h2>
       
    12 <p>The emulator <b>Main</b> pane  defines the process to be launched by the emulator. </p>
       
    13 <p>The behavior that occurs when launching a debug session varies based upon the <a href="../SDKPreferences.html">SDK</a>. Normally, <a href="../../tasks/debugger/work_debug_act_start.htm">starting</a> a debug session launches the emulator (<span class="code">epoc.exe</span>) and you must then navigate to your application and open it. However, starting a debug session for an .exe file will, in most cases, launch the .exe directly. This starts the emulator and then opens your application automatically. Note that some SDKs do not support this behavior. In those cases you must still open your application in the emulator manually.</p>
       
    14 <p align="center"><img src="../images/panel_debug_main.png" width="639" height="278" /></p>
       
    15 <p class="figure">Figure 1 - Debug windows emulator's Main tab </p>
       
    16 <h5>Table 1. Emulator Main pane &mdash;items </h5>
       
    17 <table width="94%"  border="0" cellpadding="2" cellspacing="0">
       
    18   <tr>
       
    19     <th width="38%" scope="col">Item</th>
       
    20     <th width="62%" scope="col">Explanation</th>
       
    21   </tr>
       
    22   <tr>
       
    23     <td><b>Project</b></td>
       
    24     <td><p>The project to associate with this debug launch configuration. Click <b>Browse</b> to select a different project. </p>    </td>
       
    25   </tr>
       
    26   <tr>
       
    27     <td><b>Process to launch </b></td>
       
    28     <td>The path to the emulator or executable to  launch. For Symbian OS 9.1 the emulator path is required. For Symbian OS 9.2 and later the path to the executable should be used.  Click <b>Browse</b> to select a different emulator. </td>
       
    29   </tr>
       
    30 </table>
       
    31 
       
    32 <div class="step">  
       
    33     <h4>To access the Main Pane</h4>
       
    34     <ol>
       
    35       <li>Select the  Run &gt; Debug...  menu item</li>
       
    36       <p>The Debug window appears. </p>
       
    37       <li>Select a Symbian OS System emulator configuration in the Configurations list </li>
       
    38       <li>Click Main tab </li>
       
    39       <p>The Main pane appears (Figure 1). </p>
       
    40     </ol>
       
    41 </div>
       
    42 <h5>Other references</h5>
       
    43   <ul>
       
    44     <li><a href="../wnd_debug_configuration.htm">Debug window</a></li>
       
    45     <li><a href="../../tasks/projects/prj_debug_config.htm">Creating a Launch Configuration</a></li>
       
    46     <li><a href="run_mode_overview.htm">Run-mode overview</a></li>
       
    47     <li><a href="stop_mode_overview.htm">Stop-mode overview</a> </li>
       
    48   </ul>
       
    49   <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>
       
    50 
       
    51 </body>
       
    52 </html>