core/com.nokia.carbide.cpp.doc.user/html/concepts/common_debug_actions.htm
branchRCL_2_4
changeset 1225 a546534a48de
parent 939 47d3ca29d054
equal deleted inserted replaced
1224:b0d232312e83 1225:a546534a48de
     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>