core/com.nokia.carbide.cpp.doc.user/html/concepts/common_debug_actions.htm
changeset 1791 727385d8e2b3
parent 1754 a1e1c11d5a44
child 2136 f0b706fa897d
equal deleted inserted replaced
1790:245ab754d54b 1791:727385d8e2b3
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     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 >
    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</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>