core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_stepover.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>Stepping Over a Statement</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Stepping Over a Statement </h2>
       
    12 <p>Use the <b>Step Over</b> command  (<img src="../../images/icons/btn_stepover.png" width="19" height="14" />) to execute the current statement and advance to the next statement in the source code. If the current statement is a routine call, program execution continues until reaching one of these points:</p>
       
    13 <ul>
       
    14   <li>the end of the called routine</li>
       
    15   <li>a breakpoint</li>
       
    16   <li>a watchpoint</li>
       
    17   <li>an eventpoint that stops execution</li>
       
    18 </ul>
       
    19 <div class="step">
       
    20   <h4>Stepping Over a Routine </h4>
       
    21   <ul>
       
    22     <li>Click the Step Over button (<img src="../../images/icons/btn_stepover.png" width="19" height="14" />) in the <a href="../../reference/view_debug.htm">Debug</a> view </li>
       
    23   </ul>
       
    24   <blockquote>
       
    25     <p>or</p>
       
    26   </blockquote>
       
    27   <ul>
       
    28     <li>Right-click the thread in the Debug view and select Step Over from the Debug contextual menu</li>
       
    29     <p>or</p>
       
    30 	<li>Select Run &gt; Step Over from the  menu bar </li>
       
    31     <p>The current statement or routine executes, then program execution stops.</p>
       
    32   </ul>
       
    33 </div>
       
    34   <p>For more information on debugging, see <b>C/C++ Development User Guide &gt; Tasks &gt; Running and debugging projects &gt; Debugging</b>.</p>
       
    35 <h5>Related references</h5>
       
    36 <ul>
       
    37   <li><a href="../../concepts/working_with_debugger.htm">Working with the Debugger </a></li>
       
    38   <li><a href="../../reference/view_debug.htm">Debug View</a> </li>
       
    39 </ul>
       
    40 <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>
       
    41 
       
    42 </body>
       
    43 </html>