core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_other.htm
changeset 0 fb279309251b
child 1225 a546534a48de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/debug/cmds_other.htm	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
+<title>Debugging Overview</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Other Useful Commands</h2>
+<p>The <a href="viewing_debug.htm">Debug</a> view has a few other commands that are useful under some debugging situations:</p>
+<h4>Disconnecting from a process</h4>
+<p>Use the <b>Disconnect</b> command  (<img src="../../images/icons/btn_disconnect.png" width="20" height="21" align="absmiddle" />) when debugging with Application TRK or System TRK to detach the debugger from a process on the device while leaving the device running. </p>
+<p>When debugging in stop-mode it will detach the debugger and leave the CPU running on the device. </p>
+<ul>
+  <li>Click the <b>Disconnect</b> button (<img src="../../images/icons/btn_disconnect.png" width="20" height="21" align="absmiddle" />) in the <b>Debug</b> view </li>
+  <li>Right-click the thread in the <b>Debug</b> view and select <b>Disconnect</b> from the  context menu</li>
+</ul>
+<h4>Instruction Stepping Mode </h4>
+<p>Activate to enable instruction stepping mode to examine a program as it steps into disassembled code.</p>
+<h4>Removing all processes</h4>
+<p>Clears all terminated processes in <b>Debug</b> view.</p>
+<h4>Other references</h4>
+<ul>
+  
+  <li><a href="debug.htm">Debugging overview</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>