core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/stop_mode_debug_launchcfg.htm
author fturovic <frank.turovich@nokia.com>
Tue, 26 Jan 2010 12:01:35 -0600
branchRCL_2_4
changeset 817 41b05da1d19f
parent 0 fb279309251b
permissions -rw-r--r--
BUG 10603 - pulled sophia text references from manual, some images may still contain references
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
817
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<title>Stop Mode On-Device Debugging</title>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<style type="text/css">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
<!--
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
.style1 {font-size: 1em}
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
-->
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
</style>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
</head>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
<body bgcolor="#FFFFFF" dir="ltr">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
<h2> Defining a Stop Mode Debug Configuration</h2>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
<p>After installing all necessary software such as Perl, JTAG, compilers, Devkits and SDKs and creating your project, you will need to define a Debug launch configuration for your project. For this example, we will define a Trace32 launch configuration. For new projects that do not have a launch configuration, a New Launch Configuration Wizard will appear and allow you to define settings. You can also cancel the wizard and define a launch configuration from the following instructions.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
<div class="step">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
  <h4>Define a Launch Configuration </h4>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
  <ol>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
    <li>Access the Debug window
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
      <ol type="a">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
        <li>If necessary, import a project's  .mmp or .inf file in Carbide.c++.</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
          <li>Select the Project in the C/C++ Project view that you want to debug.</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
          <li>Select the Run &gt; Debug… menu option to display the Debug launch configuration window.</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
          <li>Define a debug launch configuration to communicate with the on-device debug agent or protocol interface.</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
          <li>In the Debug window, define the type of debug launch configuration to use when debugging programs on the target device.</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
      </ol>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
  </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
    <p align="center"><img src="images/Debug_Config_window.png" width="704" height="455" /></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
    <p align="left" class="figure">Figure 1 - Debug Configurations</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
    <p>Select either a Symbian OS Trace32 configuration type for stop mode on-device debugging and click the New launch configuration icon. The following pages require review and possible option settings:</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
    <ul>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
      <li> Main - defines the project to be launched on the target device</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
        <li>Connection - specifies the method used to transfer files to the target device</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
        <li> Debugger - provides control over entry points, message handling, and instruction set default settings</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
        <li> ROM Image- specifies startup options and ROM log and image files </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
        <li>Source - specifies the source lookup paths </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
    <li>Common - specifies general launch configuration settings </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
    </ul>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
    <p>Click <b>Debug</b> after all the preference panels have been set. The Debug window closes and the Carbide.c++ debugger begins a debugging session using the new configuration. The next time you click the Debug icon, this debug launch configuration is used to start a debug session.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
    <li>Define Main Tab Settings</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
    <p>The Main pane shown in Figure 2 defines the project to be launched on the target device. Table 1 defines the fields.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
    <p><img src="images/Debug_Config_main.png" width="836" height="555" /></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
    <p class="figure">Figure 2 - Debug Window - Main Tab</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
    <p>Table 1. Main pane</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
    <table width="94%"  border="0" cellpadding="2" cellspacing="0">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
        <th width="38%" scope="col">Item</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
        <th width="62%" scope="col">Explanation</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
        <td>Project</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
        <td><p>The project to associate with this debug launch configuration. Click Browse to select a different project.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
        <td>Executable</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
        <td><span
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
 style="font-weight: normal;">This is the name of the executable that is linked to the project. </span>Click <b>Browse</b> to select a different executable.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
    </table>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
    <p></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    62
    <li> Define Connection Tab Settings</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
    <p><img src="images/Debug_Config_connection.png" width="804" height="309" /></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
    <p class="figure">Figure 3 -  Debug Window - Connection Tab</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
    <p>Table 2 - Connection pane</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
    <table width="94%"  border="0" cellpadding="2" cellspacing="0">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
        <th width="38%" scope="col">Item</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    69
            <th width="62%" scope="col">Explanation</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
        <td><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
          <p><font face="Georgia, serif"><font size="2" style="font-size: 9pt"><b>Trace32 Executable</b></font></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
            <td><p>Specify the path to the Trace32 executable. The default path assumes that the Trace32 executable is installed in the default location: C:\T32\T32marm.exe.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    76
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
        <td><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
          <p><font face="Georgia, serif"><font size="2" style="font-size: 9pt"><b>Trace32 Configuration File</b></font></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
            <td>Specify the path to the config.t32 file or other custom configuration file. The default path assumes that the Trace32 configuration file is installed in the default location: C:\T32\config.t32.
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
              <p>For arm11 processors copy the trace32 configuration file for non-ARM11 processor (config_arm11.t32) to your C:\T32 folder and specify it in the edit box.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
              <p>You can modify the config.t32 file to support UDP (User Datagram Protocol) connections by adding the following lines: <br />
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
                PBI=USB<br />
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
                RCL=NETASSIST<br />
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
                PACKLEN=1024<br />
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
                PORT=20000</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
        <td><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
          <p><font face="Georgia, serif"><font size="2" style="font-size: 9pt">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
            <b>Trace32 Initialization Script</b></font></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
            <td><p>Specify the path to the initialization <span class="code">cmm</span> file. This script will be run in T32 after connecting to T32. You can specify your own scripts for the targets used.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
        <td><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
          <p><b><font size="2" style="font-size: 9pt">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
            </font></b><font face="Georgia, serif"><font size="2" style="font-size: 9pt"><b>View messages between Carbide and Trace32</b></font></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
            <td>Enable to log communications with Trace32 to the console window.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
    </table>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
	<p></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
    <li>Define Debugger Tab Settings</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   104
    <p align="center"><img src="images/Debug_Config_debugger.png" width="594" height="297" /></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
    <p class="figure">Figure 4 - Debug Window - Debugger tab</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
    <p>Table 3 -  Debugger pane</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
    <table width="94%"  border="0" cellpadding="2" cellspacing="0">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
        <th width="38%" scope="col">Item</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
        <th width="62%" scope="col">Explanation</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
        <td><b>Break at entry point</b></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
        <td><p>When checked, break at the specified entry point entered in the text field. For .EXE targets, the default entry point is set to <span class="code">E32Main</span>. By default, the <b>Break at entry point</b> option is unchecked for all other target types.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
        <td><b>Target Processor </b></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
        <td>A drop down with a list of all supported processors.  The process selection should help in determining the memory model. This will in turn help determine the base address and the offsets for the Symbian OS kernel aware information.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
        <td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
          <span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
        <p class="style1"><font face="Georgia, serif"><b>Target Initialization File</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
        <td><p>Check this box to have the debugger run an initialization script when the debug session starts. For example, if a target device requires initialization for the debugger to be able to read and write memory or registers, you can specify an initialization script here. Click Browse to select a script file using a standard file selection dialog box.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
            <p>When using T32, most of the initialization is done in the CMM script file. With other debug protocols you  specify the initialization file, which can be run after connecting to the target.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
        <td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
          <span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   132
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
        <p class="style1"><b><font face="Georgia, serif">Memory Configuration File</font></b></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
        <td>Controls whether the debugger uses a memory configuration file when a debug session starts. The Carbide debugger uses this configuration file to know which memory is accessible, readable, and writable on the target.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
        <td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
          <span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   142
        <p class="style1"><b><font face="Georgia, serif">Reset target at the start of each debug session</font></b></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
        <td>Forces the Carbide IDE to reset the target at the start of each debug session. This ensures that the debugging session uses the most up-to-date program code.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
        <td><p><b>Default Instructon Set </b></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   147
        <td><p>Specifies the default instruction set to use if the debugger cannot determine the processor mode in order to set breakpoints and to disassemble code. This can happen at addresses for which we have no symbolic information. The debugger uses the mode when setting breakpoints and disassembling code. The options are:</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
            <ul>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
              <li>Auto (examine code at current PC location) </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
              <li>ARM (32-bit) </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
              <li>THUMB (16-bit) </li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
            </ul>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
            <p>By default the Instruction Set option uses ARM 32-bit.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
    </table>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
    <p></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
    <li>Define ROM Image Tab</li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
    <p align="center"><img src="images/Debug_Config_ROM.png" width="594" height="481" /></p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
    <p class="figure">Figure 5 - Debug Window - ROM Image Tab</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
    <p>Table 4 - ROM Image pane</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
    <table width="94%"  border="0" cellpadding="2" cellspacing="0">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   163
        <th width="38%" scope="col">Item</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   164
        <th width="62%" scope="col">Explanation</th>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   169
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
          <p class="style1"><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
            <b>Start Address</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
        <td><p>Enter the physical address in memory where the Symbian OS start code begins execution. This address is target-specific. The address should be in hexadecimal format with the 0x prefix. For example, 0x8000000 is a valid entry.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   174
          <p class="note"><b>NOTE</b> The address entered in this field must match the start address specified in the source code used to build the Symbian OS ROM image to be debugged. The Start address must match the Download address.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   179
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
          <p class="style1"><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   181
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   182
            <b>Debug from Start address</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   183
        <td>Select this option to have the debugger halt the program at the address specified in Start Address once the target initialization is done and the OS is downloaded; if the user has chosen to download the OS. You can then step through start-up code or run the target in bare-board mode.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   184
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   185
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   186
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   187
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   188
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   189
          <p class="style1"><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   190
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   191
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   192
            <b>Run from start address</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   193
        <td>Select this option to have the debugger start the code at the address specified in Start Address once the target initialization is done. If you have breakpoints set, the debugger stops at the first breakpoint encountered. You can click the Break button to halt the device.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   194
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   195
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   196
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   197
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   198
            </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   199
          <p class="style1"><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   200
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   201
              
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   202
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   203
            <b>Symbian ROM Log file</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   204
        <td>Check the Parse ROM Log File option and specify the information that the debugger needs in order to show detailed stack information, set breakpoints, and show source level debugging information for ROM images. In the first text field, browse to or enter the full path and name of the log file that corresponds to the ROM image on the target device. This log file is generated by default when the ROM image is built.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   205
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   206
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   207
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   208
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   209
            </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   210
          <p class="style1"><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   211
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   212
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   213
              <b>Symbian OS Kit EPOC32 Directory</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   214
        <td class="note"><p>Specifies the epoc32 directory in which the ROM image and log files are stored. Since the log file may not contain full paths to the ROM components on the host PC, you need to enter this epoc32 directory.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   215
            <p class="note"><b>NOTE</b> Always include the epoc32 folder in this path.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   216
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   217
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   218
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   219
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   220
            </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   221
          <p class="style1"><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   222
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   223
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   224
              
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   225
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   226
            <b>Log unresolved modules</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   227
        <td class="note"><p>Check this box to have the debugger output a list of components from the specified ROMBUILD log file that do not have debugger symbolic information. The list is displayed in the debugger console window at the beginning of the debug session.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   228
            <p class="note"><b>NOTE</b> You cannot perform source-level debugging on components that do not include symbolic information.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   229
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   230
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   231
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   232
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   233
            </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   234
          <p class="style1"><b>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   235
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   236
              </b><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   237
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   238
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   239
              <b>Debug non-XIP Executables</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   240
        <td><p>Check this box to debug a project, or a dynamically loaded module, that is loaded from NAND-Flash or other removable media (MMC, memory stick, etc.) at run time and executed in RAM. Use this option to debug modules that work fine when executed in place as part of the ROM image, but sometimes fail when placed in NAND-Flash or other removable media.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   241
            <p class="note"> <b>NOTE</b> Selecting this option will affect debugging performance. When the debugger needs to load a module (DLL, EXE, etc.) it will stop the target, read information from it, then restart it.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   242
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   243
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   244
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   245
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   246
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   247
          <p class="style1"><b>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   248
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   249
            </b><font face="Georgia, serif">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   250
            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   251
            <b>Symbian ROM Image</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   252
        <td>Controls the logging of communication with Trace32. Enable to log communications with Trace32 to the console window.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   253
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   254
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   255
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   256
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   257
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   258
          <p class="style1"><font face="Georgia, serif"><b>Download Address (hex) </b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   259
        <td><p>Enter the physical address in memory at which the debugger should place the ROM image. This address is target-specific. The address should be in hexadecimal format with the 0x prefix. For example, 0x000FFF00 is a valid entry.</p>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   260
          <p class="note"> <b>NOTE</b> The address entered in this field must match the download address specified in the source code used to build the Symbian OS ROM image to be debugged. If you leave this field blank, the debugger does not download the ROM image to the device at the beginning of the debug session. The Download address must match the Start address.</p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   261
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   262
      <tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   263
        <td><span class="style1">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   264
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   265
          </span>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   266
          <p class="style1"><font face="Georgia, serif"><b>Ask for download at the start of each debug session</b></font></p></td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   267
        <td>Check this box to have the debugger display a dialog box at the beginning of every debug session that lets you choose whether or not you want the debugger to download the ROM image to the device.</td>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   268
      </tr>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   269
    </table>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   270
  </ol>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   271
</div>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   272
<h5>Related Tasks</h5>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   273
<ul>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   274
  <li><a href="stop_mode_debug_precond.htm">Stop Mode On-Device Debugging Preconditions</a></li>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   275
</ul>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   276
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   277
<div id="footer">Copyright &copy; 2010 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>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   278
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   279
</body>
41b05da1d19f BUG 10603 - pulled sophia text references from manual, some images may still contain references
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   280
</html>