core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_resume.htm
changeset 0 fb279309251b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_resume.htm	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,41 @@
+<!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>Resuming Program Execution</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Resuming Program Execution</h2>
+<p>Use the <b>Resume</b> command  (<img src="../../images/icons/btn_resume.png" width="19" height="14" align="absmiddle" />) to continue executing a suspended debugging session. If the debugging session is already active, use this command to switch view from the Thread window to the executing program.</p>
+<p class="note"><b>NOTE</b> If the <a href="../../reference/view_debug.htm">Debug</a> view loses focus, the Resume control will appear disabled. To regain focus, select a thread in the Debug view to update the tool bar and reactivate the Resume control.</p>
+<div class="step">
+  <h4>Resuming Program Execution </h4>
+  <ul>
+    <li>Click the Resume button (<img src="../../images/icons/btn_resume.png" width="19" height="14" align="absmiddle" />) in the <a href="../../reference/view_debug.htm">Debug</a> view </li>
+  </ul>
+  <blockquote>
+    <p>or</p>
+  </blockquote>
+  <ul>
+    <li>Right-click  the thread in the Debug view and select Resume from the Debug contextual menu</li>
+  </ul>
+  <ul>
+    <p>or</p>
+	<li>Select Run &gt; Resume from the  menu bar </li>
+    <p>The suspended session resumes, or the view changes to the running program.</p>
+  </ul>
+</div>
+<p class="note"><b>NOTE</b> The Resume command appears only for those platforms that support it. If your platform does not support this command, you must stop the current debugging session and start a new session.</p>
+  <p>For more information on debugging, see <b>C/C++ Development User Guide &gt; Tasks &gt; Running and debugging projects &gt; Debugging</b>.</p>
+  <h5>Related references</h5>
+  <ul>
+    <li><a href="../../concepts/working_with_debugger.htm">Working with the Debugger </a></li>
+    <li><a href="../../reference/view_debug.htm">Debug View</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>