core/com.nokia.carbide.cpp.doc.user/html/reference/launch_configs/stop_mode_rom_image.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>ROM Image pane </title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>ROM Image pane </h2>
       
    12 <p>Use the <b>ROM Image</b> tab  to define startup options and ROM image download information.</p>
       
    13 <p align="center"><img src="../images/page_stop_mode_rom_image.png" width="583" height="327"></p>
       
    14 <p class="figure">Figure 1 - ROM Image pane in launch configuration </p>
       
    15   <h5>Table 4. Launch configuration window&mdash;ROM Image  tab items</h5>
       
    16   <table width="94%"  border="0" cellpadding="2" cellspacing="0">
       
    17     <tr>
       
    18       <th width="32%" scope="col">Item</th>
       
    19       <th width="68%" scope="col">Explanation</th>
       
    20     </tr>
       
    21 
       
    22     <tr>
       
    23       <td><b>Parse Rom Log File</b></td>
       
    24       <td>Check this option to parse the ROM log file. </td>
       
    25     </tr>
       
    26     <tr>
       
    27       <td><b>Symbian Rom Log File</b></td>
       
    28       <td>Enter or browse to the Rom log file that is generated when the Symbian OS image is built. This is necessary for debugging any Symbian OS module.</td>
       
    29     </tr>
       
    30     <tr>
       
    31       <td><b>Symbian Epoc32 Directory </b></td>
       
    32       <td><p>Enter or browse to the epoc32 directory for the Symbian OS kit that is being targeted for debugging. This is necessary for the debugger to resolve the full paths for each module in the log file since the log file does not contain the full paths.</p></td>
       
    33     </tr>
       
    34     <tr>
       
    35       <td><b>Log unresolved modules</b></td>
       
    36       <td>Check this option to log unresolved modules. If the actual binary in the log file doesn&rsquo;t exist on the PC, then a warning message will be logged in a Rom Log console window.</td>
       
    37     </tr>
       
    38     <tr>
       
    39       <td><b>Debug non-XIP executables</b></td>
       
    40       <td>Check this option to target non-XIP executables. This allows the debugger to target a non-XIP module whenever it&rsquo;s loaded.</td>
       
    41     </tr>
       
    42     <tr>
       
    43       <td><b>Download Rom Image </b></td>
       
    44       <td>Check this box to enable downloading. </td>
       
    45     </tr>
       
    46     <tr>
       
    47       <td><b>Symbian Rom Image</b></td>
       
    48       <td>Enter or browse to the Symbian OS image (.img file) that will be downloaded onto the target at the specified download address.</td>
       
    49     </tr>
       
    50     <tr>
       
    51       <td><b>Download Address (hex) </b></td>
       
    52       <td><p>Specify the address where the image is to be downloaded. This address is target-specific. The address should be in hexadecimal format with the 0x prefix.</p></td>
       
    53     </tr>
       
    54     <tr>
       
    55       <td><b>Same as start address</b></td>
       
    56       <td>Check this option to make the download address the same as the start address.</td>
       
    57     </tr>
       
    58     <tr>
       
    59       <td><b>Ask for download at the start of each debug session</b></td>
       
    60       <td>Select this option  to prompt you to download the image at the start of the debug session.</td>
       
    61     </tr>
       
    62   </table>
       
    63   <h5>Other references</h5>
       
    64 <ul>
       
    65   <li><a href="../wnd_debug_configuration.htm">Debug Window </a></li>
       
    66   <li><a href="../../tasks/projects/prj_debug_config.htm">Creating a Launch Configuration</a></li>
       
    67   <li><a href="emulator_overview.htm">Emulator overview</a></li>
       
    68   <li><a href="run_mode_overview.htm">Run-mode overview</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>