core/com.nokia.carbide.cpp.doc.user/html/concepts/watchpoints.htm
changeset 1754 a1e1c11d5a44
parent 1448 e1fbef8f8f8c
child 1791 727385d8e2b3
equal deleted inserted replaced
1753:b0ec278f91fa 1754:a1e1c11d5a44
     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 bgcolor="#FFFFFF">
    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="../breakpoints/viewing_breakpoints.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>
    16   <li><a href="../breakpoints/viewing_breakpoints.htm">Viewing Breakpoints and Watchpoints</a> </li>
    16   <li><a href="../reference/perspective_debug.htm">Viewing Breakpoints and Watchpoints</a> </li>
    17   <li><a href="status_watchpoints.htm">Watchpoint Status Indicators</a></li>
    17   <li><a href="../reference/perspective_debug.htm">Watchpoint Status Indicators</a></li>
    18   <li><a href="setting_watchpoints.htm">Setting and Removing Watchpoints</a></li>
    18   <li><a href="../debugger/watchpoints/setting_watchpoints.htm">Setting and Removing Watchpoints</a></li>
    19   <li><a href="toggling_watchpoints.htm">Enabling and Disabling Watchpoints</a></li>
    19   <li><a href="../reference/perspective_debyg.htm">Enabling and Disabling Watchpoints</a></li>
    20   <li><a href="../breakpoints/exporting_breakpoints.htm">Exporting</a> and <a href="../breakpoints/importing_breakpoints.htm">importing</a> watchpoints</li>
    20   <li><a href="http://www.nongnu.org/cvs/">Exporting</a> and <a href="http://www.nongnu.org/cvs/">importing</a> watchpoints</li>
    21 </ul>
    21 </ul>
    22 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    22 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    23 </body>
    23 </body>
    24 </html>
    24 </html>