debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/address.html
author Ed Swartz <ed.swartz@nokia.com>
Wed, 02 Dec 2009 14:39:17 -0600
changeset 608 d2a651a847a5
parent 0 fb279309251b
child 990 5d016a880824
child 1024 48b401835d0a
permissions -rw-r--r--
Initial work to support an ISDKManager implementation that only understands SBSv2 (meaning, no devices.xml support). This abstracts the common behavior of both SDKManagers into AbstractSDKManager but does not change API. SBSv2Utils is extended to encapsulate some repeated patterns to find sbs.bat.

<!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"></link>
<title>Object Address</title>
</head>
<body bgcolor="#FFFFFF">
<h2>Object Address</h2>
<p>Use the <b>Object Address</b> window to specify the object's starting address to display <a href="DebuggingInformation/CrashDebugger_cmd_o.guide.html">brief</a> or <a href="DebuggingInformation/CrashDebugger_cmd_q.guide.html">full</a> object information in the <b>Crash Debugger Console</b> view.</p>
<p align="center"><img src="DebuggingInformation/wnd_object_address.png" width="402" height="144" /></p>
<p class="figure">Figure 1 - Object Address window </p>
<div class="step">
  <h4 align="left">Displaying Object Information</h4>
  <ol>
    <li>Enter an object information command or right-click in the Crash Debugger Console view and select an object information command</li>
    <p>The <b>Object Address </b> window appears.</p>
    <li>Enter the starting address in hexadecimal into the Address text box </li>
    <li>Click OK <br />
    <p>The <b>Object Address</b> window closes and the specified object information appears in the <b>Crash Debugger Console</b> view.</p></li>
  </ol>
</div>
<h5>Related concepts</h5>
<ul>
  <li><a href="DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.html">Debug Monitor</a></li>
  <li><a href="DebuggingInformation/index.html">Symbian OS Debugging Information</a></li>
</ul>
<h5>Related references</h5>
<ul>
  <li><a href="DebuggingInformation/CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
  <li><a href="DebuggingInformation/CrashDebugger_cmd_o.guide.html"> Display Brief DObject Information</a></li>
  <li><a href="DebuggingInformation/CrashDebugger_cmd_q.guide.html">Display Full DObject 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>