debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/crash_launch_config.html
author Ed Swartz <ed.swartz@nokia.com>
Wed, 02 Dec 2009 14:33:28 -0600
changeset 606 f8c3b14b4f6b
parent 0 fb279309251b
child 990 5d016a880824
child 1024 48b401835d0a
permissions -rw-r--r--
Ensure uid3 is lowercase in templates. Also fix some bugs related to validating UID3. If the user enters a non-0x prefixed string, this is not always detected, and a UID3 range check warning indicates a different string was parsed (dropping the first two chars as if 0x was there).

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
  <link href="../book.css" rel="stylesheet" type="text/css" />
<title>Crash Debugger Launch Configuration</title>
</head>
<body bgcolor="#FFFFFF">
<h2>Symbian OS Crash Debugger Launch Configuration</h2>
<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>
<p class="figure"><img src="DebuggingInformation/crash_debug_connection.png" width="705" height="451" /></p>
<p class="figure">Figure 1 - Connection Tab </p>
<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>
<p align="center"><img src="DebuggingInformation/crash_debug_romlog.png" width="705" height="451" /></p>
<p class="figure">Figure 2 - ROM Log Tab</p>
<p align="center" class="figure"><img src="DebuggingInformation/crash_debug_source.png" width="1024" height="591" /></p>
<p class="figure">Figure 3 - Crash Debug Source Code </p>
<h5>Related concepts</h5>
<ul>
  <li><a href="DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.html">Debug Monitor</a></li>
</ul>
<h5 align="left">Related references</h5>
<ul>
  <li><a href="DebuggingInformation/CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
  <li><a href="DebuggingInformation/index.html">Symbian OS Debugging Information</a></li>
</ul>
<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>
</body>
</html>