core/com.nokia.carbide.cpp.doc.user/html/reference/launch_configs/page_trk_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</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/></head>
       
     9 <body bgcolor="#FFFFFF">
       
    10 <h2>Main Pane</h2>
       
    11 <p>The    <b>Main</b> pane defines the project and the process to launch on the target device.  </p>
       
    12 <p align="center"><img src="../images/panel_trk_main.png" width="593" height="251" /></p>
       
    13 <p class="figure">Figure 1 - Debug windows  Main pane</p>
       
    14 <h5>Table 1.  Main pane &mdash;items </h5>
       
    15 <table width="94%"  border="0" cellpadding="2" cellspacing="0">
       
    16   <tr>
       
    17     <th width="38%" scope="col">Item</th>
       
    18     <th width="62%" scope="col">Explanation</th>
       
    19   </tr>
       
    20   <tr>
       
    21     <td><b>Project</b></td>
       
    22     <td><p>The project to associate with this  launch configuration. Click Browse to select a different project. </p>    </td>
       
    23   </tr>
       
    24   <tr>
       
    25     <td><b>Remote process to launch </b></td>
       
    26     <td><p>The absolute path of the  remote executable to launch on the target device. The binary to debug may be stored on one of several memory locations, the most common  are:</p>
       
    27       <ul>
       
    28       <li><b>RAM</b> (default) &#8212; programs running in RAM are launched from <span class="code">c:\sys\bin\</span> </li>
       
    29       <li><b>ROM</b> &#8212; programs running in ROM are launched from <span class="code">z:\sys\bin\</span></li>
       
    30       <li><b>Memory cards</b> &#8212; programs running on a memory card  are launched from <span class="code">e:\sys\bin\</span> </li>
       
    31     </ul>
       
    32     <p>In the event a program is not launching, verify that the<b> </b>path is correct for the memory location where the binary resides.</p>
       
    33     </td>
       
    34   </tr>
       
    35 </table>
       
    36 
       
    37 <div class="step">  
       
    38     <h4>To access the Main Pane</h4>
       
    39     <ol>
       
    40       <li>Select the  Run &gt; Debug...  menu item</li>
       
    41       <p>The <b>Debug</b> window appears. </p>
       
    42       <li>Select a Symbian OS Application TRK configuration in the Configurations list</li>
       
    43       <li>Click Main tab </li>
       
    44       <p>The Main pane appears (Figure 1). </p>
       
    45     </ol>
       
    46 </div>
       
    47 <h5>Common concepts</h5>
       
    48   <ul>
       
    49     <li><a href="../../concepts/debugger_about.htm">About the Debugger</a></li>
       
    50     <li><a href="../../concepts/trk.htm">Target Resident Kernel (TRK) </a></li>
       
    51 </ul>
       
    52 <h5 align="left">Common references</h5>
       
    53 <ul><li><a href="page_trk_debugger.htm">Debugger Pane</a></li>
       
    54   <li><a href="page_connection.htm">Connection Pane</a></li>
       
    55   <li><a href="page_file_transfer.htm">File Transfer Pane </a></li>
       
    56   <li><a href="app_trk_installation.htm">Installation Pane</a></li>
       
    57   <li><a href="page_executables.htm">Executables Pane</a></li>
       
    58 </ul>
       
    59 <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>
       
    60 
       
    61 </body>
       
    62 </html>