core/com.nokia.carbide.cpp.doc.user/html/reference/menus/hardware_breakpoints.htm
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 1791 727385d8e2b3
permissions -rw-r--r--
Keeping PlatSim internal only.

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