core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_stop.htm
changeset 401 939a4e7e4597
parent 400 9b005a8e6778
child 402 ad8d147e8273
equal deleted inserted replaced
400:9b005a8e6778 401:939a4e7e4597
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <title>Suspending Program Execution</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Suspending Program Execution</h2>
       
    12 <p>Use the <b>Suspend</b> command  (<img src="../../images/icons/btn_suspend.png" width="17" height="17" align="absmiddle" />) to stop program execution during a debugging session.</p>
       
    13 <div class="step">
       
    14   <h4>Stopping  a Debug Session </h4>
       
    15   <ol>
       
    16     <li>Select the thread in the <a href="../../reference/view_debug.htm">Debug</a> view to suspend</li>
       
    17     <li>Click the Suspend (<img src="../../images/icons/btn_suspend.png" width="17" height="17" align="absmiddle" />) button, or right-click the thread  and select Suspend</li>
       
    18   </ol>
       
    19     <p>The operating system surrenders control to the debugger, which suspends program execution.</p>
       
    20 </div>
       
    21   <p>For more information on debugging, see <b>C/C++ Development User Guide &gt; Tasks &gt; Running and debugging projects &gt; Debugging</b>.</p>
       
    22 <h5>Related references</h5>
       
    23 <ul>
       
    24   <li><a href="../../concepts/working_with_debugger.htm">Working with the Debugger </a></li>
       
    25   <li><a href="../../reference/view_debug.htm">Debug View</a>   </li>
       
    26 </ul>
       
    27 <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>
       
    28 
       
    29 </body>
       
    30 </html>