core/com.nokia.carbide.cpp.doc.user/html/concepts/common_debug_actions.htm
changeset 1754 a1e1c11d5a44
parent 1658 2a5c0df13bad
child 1791 727385d8e2b3
equal deleted inserted replaced
1753:b0ec278f91fa 1754:a1e1c11d5a44
     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_debg.htm">Debug</a> perspective 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_debug.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>