core/com.nokia.carbide.cpp.doc.user/html/concepts/debugger_about.htm
changeset 1791 727385d8e2b3
parent 1658 2a5c0df13bad
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>About the Carbide Debugger</title>
     7 <title>About the Carbide Debugger</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>About the Carbide.c++ Debugger</h2>
    11 <h2>About the Carbide.c++ Debugger</h2>
    12 <p>  A debugger controls program execution and shows the internal operation of a computer program. Use the debugger to find problems while the program executes. Also use the debugger to observe how a program uses memory to complete tasks.</p>
    12 <p>  A debugger controls program execution and shows the internal operation of a computer program. Use the debugger to find problems while the program executes. Also use the debugger to observe how a program uses memory to complete tasks.</p>
    13 <p>The Carbide.c++ debugger provides these levels of control over a computer program:</p>
    13 <p>The Carbide.c++ debugger provides these levels of control over a computer program:</p>
    14 <ul>
    14 <ul>
    15   <li>Execution of one statement at a time</li>
    15   <li>Execution of one statement at a time</li>