core/com.nokia.carbide.cpp.doc.user/html/concepts/common_debug_actions.htm
changeset 1207 e265bbe56eb0
parent 400 9b005a8e6778
child 1225 a546534a48de
child 1658 2a5c0df13bad
equal deleted inserted replaced
1205:5310aeaa3526 1207:e265bbe56eb0
     7 <title>Common Debugging Actions</title>
     7 <title>Common Debugging Actions</title>
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     9 </head>
     9 </head>
    10 <body bgcolor="#FFFFFF">
    10 <body bgcolor="#FFFFFF">
    11 <h2>Common Debugging Actions</h2>
    11 <h2>Common Debugging Actions</h2>
    12 <p>  This section explains how to perform common debugging actions within the <a href="../reference/perspective_debug.htm">Debug perspective</a> to correct source-code errors, control program execution, and observe memory behavior:</p>
    12 <p>  This section explains how to perform common debugging actions within the <a href="../reference/perspective_debg.htm">Debug</a> perspective to correct source-code errors, control program execution, and observe memory behavior:</p>
    13 <ul>
    13 <ul>
    14   <li><a href="../debugger/debug/cmds_starting.htm">Start</a> the debugger</li>
    14   <li><a href="../debugger/debug/cmds_starting.htm">Start</a> the debugger</li>
    15   <li>Step <a href="../debugger/debug/cmds_stepping.htm">into</a>, <a href="../debugger/debug/cmds_stepping.htm">out</a> of, or <a href="../debugger/debug/cmds_stepping.htm">over</a> routines</li>
    15   <li>Step <a href="../debugger/debug/cmds_stepping.htm">into</a>, <a href="../debugger/debug/cmds_stepping.htm">out</a> of, or <a href="../debugger/debug/cmds_stepping.htm">over</a> routines</li>
    16   <li><a href="../debugger/debug/cmds_starting.htm">Suspend</a>, <a href="../debugger/debug/cmds_resuming.htm">resume</a>, or <a href="../debugger/debug/cmds_starting.htm">terminate</a> program execution</li>
    16   <li><a href="../debugger/debug/cmds_starting.htm">Suspend</a>, <a href="../debugger/debug/cmds_resuming.htm">resume</a>, or <a href="../debugger/debug/cmds_starting.htm">terminate</a> program execution</li>
    17   <li><a href="../debugger/debug/cmds_resuming.htm">Run</a> the program</li>
    17   <li><a href="../debugger/debug/cmds_resuming.htm">Run</a> the program</li>
    25 <ul>
    25 <ul>
    26   <li><a href="../tasks/projects/prj_debug_config.htm">Debugger Configuration</a></li>
    26   <li><a href="../tasks/projects/prj_debug_config.htm">Debugger Configuration</a></li>
    27   <li><a href="../projects/launch/page_debugger.htm">Debugger Pane </a></li>
    27   <li><a href="../projects/launch/page_debugger.htm">Debugger Pane </a></li>
    28   <li><a href="../reference/wnd_debugger_prefs.htm">Debugger Preferences</a></li>
    28   <li><a href="../reference/wnd_debugger_prefs.htm">Debugger Preferences</a></li>
    29 </ul>
    29 </ul>
    30 <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>
    30 <div id="footer">Copyright &copy; 2010 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>
    31 
    31 
    32 </body>
    32 </body>
    33 </html>
    33 </html>