debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_Setup.html
author timkelly
Thu, 10 Dec 2009 13:45:47 -0600
branchRCL_2_4
changeset 671 80524b72f957
parent 0 fb279309251b
child 990 5d016a880824
child 1024 48b401835d0a
permissions -rw-r--r--
Add S60 5.2 support.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
	<html><head>
	<title>Setting Up the Debug Monitor</title>
	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="screen">
	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="print">
	<link href="../../book.css" type="text/css" rel="stylesheet" >
<div class="Head1">

<h2>Setting Up the Debug Monitor</h2>
</div>
<p>When the kernel faults, the device enters the debug monitor, called the Crash Debugger Console view of the Crash Debugger perspective.</p>
<div class="step">
<h4>Using the Debug Monitor</h4>
<ol>
  <li>Plug the main adaptor into the DC jack</li>
  <li>Connect the target device COM port to your PC
    <ol type="a">
      <li>In Carbide, create a launch configuration and set the serial port info as shown below </li>
      <li>If not using Carbide, set the PC
        serial port to 115200 baud, 8 bits, no parity, 1 stop bit, XON/XOFF flow
        control</li>
    </ol>
  </li>
  <li>Press the ON key on the target device</li>
  <li>Start a terminal program on the PC
    <ol type="a">
      <li> In Carbide, output appears in the Crash Debugger Console view of the Crash Debugger Perspective </li>
      <li>For external verification of the COM port you can use HyperTerminal</li>
    </ol>
  </li>
  <li>Press RETURN on the PC. The target device
    should reply with the prompt:
    <blockquote>
      <p class="code">Password:</p>
    </blockquote>
  </li>
<li>Enter the password "replacement" (all lower case, but without the quotes) on the PC. </li>
	<p>The target device should now reply:</p>
    <blockquote>
      <p class="code">*** DEBUG MONITOR ***</p>
    </blockquote>
    <p>You can now enter debug monitor commands.</p>
  </ol>

</div>
<h5>Related concepts</h5>
<ul>
  <li><a href="CrashDebuggerUsingCommandSyntax.guide.html">Debug Monitor</a></li>
  <li><a href="index.html">Symbian OS Debugging Information</a></li>
</ul>
<h5>Related references</h5>
<ul>
  <li><a href="../address.html">Object Address</a></li>
  <li><a href="CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
  <li><a href="../memory.html">Memory Dump Options</a></li>
</ul>
<div class="Head2"></div><div></div>
<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>