core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_restart.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>Common Debugging Actions</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Restarting the Debugger</h2>
       
    12 <p>Use the <b>Restart</b> command  (<img src="../../images/icons/btn_restart.png" width="20" height="18" align="absmiddle" />) after stopping program execution. The debugger goes back to the beginning of the program and begins execution again. This behavior is equivalent to killing execution, then starting a new debugging session.</p>
       
    13 <div class="step">
       
    14   <h4>Restarting the Debugger </h4>
       
    15   <ul>
       
    16     <li>Click the Restart button (<img src="../../images/icons/btn_restart.png" width="20" height="18" align="absmiddle" />) in the <a href="../../reference/view_debug.htm">Debug</a> view </li>
       
    17   </ul>
       
    18   <blockquote>
       
    19     <p>or</p>
       
    20   </blockquote>
       
    21   <ul>
       
    22     <li>Right-click the thread in the Debug view and select Restart from the Debug contextual menu</li>
       
    23     <p>or</p>
       
    24 	<li>Select Run &gt; Restart from the menu bar </li>
       
    25   </ul>
       
    26 </div>
       
    27   <p>For more information on debugging, see <b>C/C++ Development User Guide &gt; Tasks &gt; Running and debugging projects &gt; Debugging</b>.</p>
       
    28   <h5>Related references</h5>
       
    29   <ul>
       
    30     <li><a href="../../concepts/working_with_debugger.htm">Working with the Debugger </a></li>
       
    31     <li><a href="../../reference/view_debug.htm">Debug View</a></li>
       
    32   </ul>
       
    33   <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>
       
    34 
       
    35 </body>
       
    36 </html>