core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_kill.htm
changeset 401 939a4e7e4597
parent 400 9b005a8e6778
child 402 ad8d147e8273
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_kill.htm	Mon Aug 10 15:21:12 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-<!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>Killing Program Execution</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>Terminate Program Execution</h2>
-<p>Use the <b>Terminate</b> command (<img src="../../images/icons/btn_terminate.png" width="17" height="15" align="absmiddle" />) to stop or halt a program based on the type of debugging session underway. Terminate behavior includes: </p>
-<ul>
-  <li><b>Emulator</b> - terminates program execution and ends the debug session</li>
-  <li><b>Application TRK</b> or <b>System TRK</b> - kills the process on the device and ends the debug session. To terminate without killing the process, use <a href="work_debug_act_disconnect.htm">Disconnect</a> instead. </li>
-  <li><b>Stop-mode soft attach</b> - suspends the attached process while other processes continue to run on the device. If only a single process is running on the device, the device CPU is suspended. Once the CPU is suspended you must launch a new debug session to resume the device CPU. </li>
-</ul>
-<p>This behavior differs from <a href="work_debug_act_stop.htm">suspending</a> a program, as this temporarily suspends execution.</p>
-<p class="note"><b>NOTE</b> If the <a href="../../reference/view_debug.htm">Debug</a> view  loses focus, the Terminate control will appear disabled. To regain focus, select a thread in the Debug view to update the tool bar and reactivate the Terminate control. </p>
-<div class="step">
-  <h4>Terminating Program Execution </h4>
-  <ul>
-    <li>Click the Terminate button (<img src="../../images/icons/btn_terminate.png" width="17" height="15" align="absmiddle" />) in the <a href="../../reference/view_debug.htm">Debug</a> view </li>
-  </ul>
-  <blockquote>
-    <p>or</p>
-  </blockquote>
-  <ul>
-    <li>Right-click and select Terminate from the Debug context menu</li>
-    <p>or</p>
-	<li>Select Run &gt; Terminate from the menu bar </li>
-    <p>The debugger kills program execution and ends the debugging session.</p>
-    <p class="note"><b>NOTE</b> If using an emulator, exiting it will also end the debugging session. </p>
-  </ul>
-</div>
-<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>