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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Enabling and Disabling Watchpoints</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Enabling and Disabling Watchpoints</h2>
<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>
<h4>Enabling Watchpoints</h4>
<p>In the <b>Breakpoints</b> view, locate the watchpoint to enable and:</p>
<ul>
  <li>
    <p>Click the checkbox next to the watchpoint in the Breakpoints view list</p>
  </li>
</ul>
<ol>
  <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>
</ol>
<h4>Disabling Watchpoints</h4>
<p>In the <b>Breakpoints</b> view, locate the watchpoint to disable and: </p>
<ul>
  <li>Click the checkbox next to the watchpoint in the Breakpoints view list</li>
</ul>
<ol>
  <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>
</ol>
<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>
<h4>Other references</h4>
<ul>
  <li><a href="watchpoints.htm">Watchpoints overview </a></li>
</ul>
<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>
<h5>&nbsp;</h5>
</body>
</html>