core/com.nokia.carbide.cpp.doc.user/html/reference/menus/hardware_breakpoints.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
child 1791 727385d8e2b3
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!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; 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>

</body>
</html>