core/com.nokia.carbide.cpp.doc.user/html/concepts/watchpoints.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>Watchpoints Overview</title>
     7 <title>Watchpoints Overview</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>Watchpoints Overview </h2>
    11 <h2>Watchpoints Overview </h2>
    12 <p>A <b>watchpoint</b> is a marker set on a specific memory location which is designed to suspend program execution when the value at that location changes. Watchpoints are closely related to breakpoints and are shown in the <a href="../reference/perspective_debug.htm">Breakpoints</a> view. </p>
    12 <p>A <b>watchpoint</b> is a marker set on a specific memory location which is designed to suspend program execution when the value at that location changes. Watchpoints are closely related to breakpoints and are shown in the <a href="../reference/perspective_debug.htm">Breakpoints</a> view. </p>
    13 <p>When a watchpoint is encountered during program execution, the debugger suspends execution and the <a href="../reference/perspective_debug.htm">Debug</a> perspective appears so you can examine the executable's current state,  check register and variable values, and use the stepping commands to walk line by line through the program to verify its operation. You can also change values and alter the flow of normal program execution. Setting watchpoints helps you debug your program and verify its efficiency.</p>
    13 <p>When a watchpoint is encountered during program execution, the debugger suspends execution and the <a href="../reference/perspective_debug.htm">Debug</a> perspective appears so you can examine the executable's current state,  check register and variable values, and use the stepping commands to walk line by line through the program to verify its operation. You can also change values and alter the flow of normal program execution. Setting watchpoints helps you debug your program and verify its efficiency.</p>
    14 <p>The following topics cover various breakpoint concepts and actions: </p>
    14 <p>The following topics cover various breakpoint concepts and actions: </p>
    15 <ul>
    15 <ul>