core/com.nokia.carbide.cpp.doc.user/html/concepts/watchpoints.htm
author fturovic <frank.turovich@nokia.com>
Tue, 31 Aug 2010 22:58:09 -0500
changeset 1934 4f0cd256d26c
parent 1791 727385d8e2b3
child 2136 f0b706fa897d
permissions -rw-r--r--
BUG 11531 - fixed reported issues from Rooney and Stephen for SDK section
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     2
<html>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     3
<head>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     7
<title>Watchpoints Overview</title>
1448
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
     8
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     9
</head>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1754
diff changeset
    10
<body >
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    11
<h2>Watchpoints Overview </h2>
1754
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    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>
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    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>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
<p>The following topics cover various breakpoint concepts and actions: </p>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    15
<ul>
1754
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    16
  <li><a href="../reference/perspective_debug.htm">Viewing Breakpoints and Watchpoints</a> </li>
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    17
  <li><a href="../reference/perspective_debug.htm">Watchpoint Status Indicators</a></li>
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    18
  <li><a href="../debugger/watchpoints/setting_watchpoints.htm">Setting and Removing Watchpoints</a></li>
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    19
  <li><a href="../reference/perspective_debyg.htm">Enabling and Disabling Watchpoints</a></li>
a1e1c11d5a44 broken links fixed
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    20
  <li><a href="http://www.nongnu.org/cvs/">Exporting</a> and <a href="http://www.nongnu.org/cvs/">importing</a> watchpoints</li>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    21
</ul>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    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>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    23
</body>
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    24
</html>