debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/crash_launch_config.html
branchRCL_2_4
changeset 990 5d016a880824
parent 0 fb279309251b
equal deleted inserted replaced
988:bf9a2104bee6 990:5d016a880824
     4   <link href="../book.css" rel="stylesheet" type="text/css" />
     4   <link href="../book.css" rel="stylesheet" type="text/css" />
     5 <title>Crash Debugger Launch Configuration</title>
     5 <title>Crash Debugger Launch Configuration</title>
     6 </head>
     6 </head>
     7 <body bgcolor="#FFFFFF">
     7 <body bgcolor="#FFFFFF">
     8 <h2>Symbian OS Crash Debugger Launch Configuration</h2>
     8 <h2>Symbian OS Crash Debugger Launch Configuration</h2>
     9 <p>Use the Run or Debug window to define a launch configuration for the crash debugger. Select <b>Run &gt; Open Run Dialog...</b> to open the Run window. Select <b>Run &gt; Open Debug Dialog...</b> to open the Debug window (Figure 1). Select Symbian OS Crash Debugger and click the New launch configuration icon. In the Name field enter a unique name for your launch configuration. Specify your connection information and select the ROM Log tab (figure 2).</p>
     9 <p>Use the Run or Debug window to define a launch configuration for the crash debugger. Select <b>Run &gt; Run As</b> to open the Run window. Select <b>Run &gt; Dialog As</b> to open the Debug window (Figure 1). Select Symbian OS Crash Debugger and click the New launch configuration icon. In the Name field enter a unique name for your launch configuration. Specify your connection information and select the ROM Log tab (figure 2).</p>
    10 <p class="figure"><img src="DebuggingInformation/crash_debug_connection.png" width="705" height="451" /></p>
    10 <p class="figure"><img src="DebuggingInformation/crash_debug_connection.png" width="705" height="451" /></p>
    11 <p class="figure">Figure 1 - Connection Tab </p>
    11 <p class="figure">Figure 1 - Connection Tab </p>
    12 <p>In the ROM Log pane specify a ROM log file that was generated when building the rom image. The ROM log file is necessary for finding out the address for each module in the rom log file. Specify the Symbian OS kit Epoc32 directory to resolve the full paths for the various modules in the rom log file. By specifying the rom log file and epoc32 path you will be able to view source code (figure 3) for the crash debug session.</p>
    12 <p>In the ROM Log pane specify a ROM log file that was generated when building the rom image. The ROM log file is necessary for finding out the address for each module in the rom log file. Specify the Symbian OS kit Epoc32 directory to resolve the full paths for the various modules in the rom log file. By specifying the rom log file and epoc32 path you will be able to view source code (figure 3) for the crash debug session.</p>
    13 <p align="center"><img src="DebuggingInformation/crash_debug_romlog.png" width="705" height="451" /></p>
    13 <p align="center"><img src="DebuggingInformation/crash_debug_romlog.png" width="705" height="451" /></p>
    14 <p class="figure">Figure 2 - ROM Log Tab</p>
    14 <p class="figure">Figure 2 - ROM Log Tab</p>
    21 <h5 align="left">Related references</h5>
    21 <h5 align="left">Related references</h5>
    22 <ul>
    22 <ul>
    23   <li><a href="DebuggingInformation/CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
    23   <li><a href="DebuggingInformation/CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
    24   <li><a href="DebuggingInformation/index.html">Symbian OS Debugging Information</a></li>
    24   <li><a href="DebuggingInformation/index.html">Symbian OS Debugging Information</a></li>
    25 </ul>
    25 </ul>
    26 <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>
    26 <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>
    27 </body>
    27 </body>
    28 </html>
    28 </html>