core/com.nokia.carbide.cpp.doc.user/html/reference/menus/hardware_breakpoints.htm
author timkelly
Tue, 30 Jun 2009 10:50:18 -0500
changeset 323 d40e42540f1f
parent 0 fb279309251b
child 1225 a546534a48de
permissions -rw-r--r--
add documentation and hook up tray dialog for abld deps tracking query (bug 9227)

<!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>Toggle HW Breakpoint </title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Toggle HW Breakpoint </h2>
<p>Use the <b>Toggle HW Breakpoint</b> command  in stop-mode debugging to set or unset a hardware breakpoint on a device that supports hardware breakpoints. The debugger treats hardware breakpoints  exactly like software breakpoints for purposes of debugging. If the device does not support hardware breakpoints, toggling the command will do nothing. </p>
<div class="step">
  <h4>Setting a Hardware Breakpoint in an Editor View</h4>
  <ul>
    <li>Right-click in the marker bar and select Toggle  HW Breakpoint</li>
  </ul>
  <ul>
    <p>The active breakpoint dot appears (<img src="../../tasks/breakpoints/images/breakpoints_enabled_icon.png" width="9" height="10" />) in the marker bar. If the breakpoint is <a href="../../concepts/breakpoints.htm">resolved</a> during the debug session,  the debugger halts program execution at the line with the resolved breakpoint (<img src="../../images/icons/breakpoints_enabled_icon.png" width="15" height="12" />).</p>
  </ul>
</div>
<h5>Other references</h5>
<ul>
  <li><a href="menus.htm">Carbide Menus</a></li>
  <li><a href="../../debugger/breakpoints/breakpoints.htm">Breakpoints 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>

</body>
</html>