core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_stepout.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>Step Return Out of a Routine</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Step Return Out of a Routine</h2>
       
    12 Use the <b>Step Return</b> command (<img src="../../images/icons/btn_stepreturn.png" width="17" height="14" />) to execute the rest of the current routine and stop program execution after the routine returns to its caller.
       
    13 <p>This command causes execution to return up the calling chain.</p>
       
    14 <div class="step">
       
    15     <h4>Step Returning from a Routine </h4>
       
    16     <ul>
       
    17       <li>Click the Step Return button (<img src="../../images/icons/btn_stepreturn.png" width="17" height="14" />) in the <a href="../../reference/view_debug.htm">Debug</a> view </li>
       
    18     </ul>
       
    19     <blockquote>
       
    20       <p>or</p>
       
    21     </blockquote>
       
    22     <ul>
       
    23       <li>Right-click the thread in the Debug view, then select Step Return from the Debug context menu</li>
       
    24       <p>or</p>
       
    25 	<li>Select Run &gt; Step Return from the  menu bar </li>
       
    26       <p>The current routine executes and returns to its caller, then program execution stops</p>
       
    27     </ul>
       
    28 </div>
       
    29   <p>For more information on debugging, see <b>C/C++ Development User Guide &gt; Tasks &gt; Running and debugging projects &gt; Debugging</b>.</p>
       
    30 <h5>Related references</h5>
       
    31 <ul>
       
    32   <li><a href="../../concepts/working_with_debugger.htm">Working with the Debugger </a></li>
       
    33   <li><a href="../../reference/view_debug.htm">Debug View</a> </li>
       
    34 </ul>
       
    35 <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>
       
    36 
       
    37 </body>
       
    38 </html>