core/com.nokia.carbide.cpp.doc.user/html/debugger/watchpoints/toggling_watchpoints.htm
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 1225 a546534a48de
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
cawthron
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
cawthron
parents:
diff changeset
     7
<title>Enabling and Disabling Watchpoints</title>
cawthron
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     9
</head>
cawthron
parents:
diff changeset
    10
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
    11
<h2>Enabling and Disabling Watchpoints</h2>
cawthron
parents:
diff changeset
    12
<p>In the <a href="../breakpoints/viewing_breakpoints.htm">Breakpoints</a> view use the checkboxes that appear next to a watchpoint to enable or disable that watchpoint. When enabled, if the value in the watchpoint location changes per the read/write condition, then program execution is suspended. If the watchpoint is disabled and the value changes, no action is taken by the debugger.</p>
cawthron
parents:
diff changeset
    13
<h4>Enabling Watchpoints</h4>
cawthron
parents:
diff changeset
    14
<p>In the <b>Breakpoints</b> view, locate the watchpoint to enable and:</p>
cawthron
parents:
diff changeset
    15
<ul>
cawthron
parents:
diff changeset
    16
  <li>
cawthron
parents:
diff changeset
    17
    <p>Click the checkbox next to the watchpoint in the Breakpoints view list</p>
cawthron
parents:
diff changeset
    18
  </li>
cawthron
parents:
diff changeset
    19
</ul>
cawthron
parents:
diff changeset
    20
<ol>
cawthron
parents:
diff changeset
    21
  <p>A  checkmark in the checkbox (<img src="../../images/icons/icon_checkmark_box.png" width="15" height="15" align="absmiddle" />)  next to the watchpoint indicates the watchpoint is enabled. </p>
cawthron
parents:
diff changeset
    22
</ol>
cawthron
parents:
diff changeset
    23
<h4>Disabling Watchpoints</h4>
cawthron
parents:
diff changeset
    24
<p>In the <b>Breakpoints</b> view, locate the watchpoint to disable and: </p>
cawthron
parents:
diff changeset
    25
<ul>
cawthron
parents:
diff changeset
    26
  <li>Click the checkbox next to the watchpoint in the Breakpoints view list</li>
cawthron
parents:
diff changeset
    27
</ul>
cawthron
parents:
diff changeset
    28
<ol>
cawthron
parents:
diff changeset
    29
  <p>An empty  checkbox (<img src="../../images/icons/icon_uncheckmark_box.png" width="15" height="15" align="absmiddle" />)  next to the  watchpoint indicates the watchpoint is disabled. </p>
cawthron
parents:
diff changeset
    30
</ol>
cawthron
parents:
diff changeset
    31
<p>See <a href="../breakpoints/exporting_breakpoints.htm">Saving and importing breakpoints</a> for information on storing breakpoint and watchpoint data sets for sharing or re-use. </p>
cawthron
parents:
diff changeset
    32
<h4>Other references</h4>
cawthron
parents:
diff changeset
    33
<ul>
cawthron
parents:
diff changeset
    34
  <li><a href="watchpoints.htm">Watchpoints overview </a></li>
cawthron
parents:
diff changeset
    35
</ul>
cawthron
parents:
diff changeset
    36
<div id="footer">Copyright &copy; 2009 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>
cawthron
parents:
diff changeset
    37
<h5>&nbsp;</h5>
cawthron
parents:
diff changeset
    38
</body>
cawthron
parents:
diff changeset
    39
</html>