core/com.nokia.carbide.cpp.doc.user/html/tasks/breakpoints/pgm_bp_clearing.htm
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 2136 f0b706fa897d
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>Removing Breakpoints</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Removing Breakpoints</h2>
<p>You can remove one or more breakpoints set for a debug session using the <a href="../../debugger/views/view_breakpoints.htm">Breakpoints</a>, <a href="../../debugger/views/view_disassembly.htm">Disassembly</a>, or  editor views.</p>
<div class="step">
  <h4>Removing a Breakpoint</h4>
  <ol>
    <li>To remove a breakpoint in the Breakpoints view:
      <ul>
        <li>Right-click the breakpoint, click Remove </li>
      </ul>
    </li>
    <ul>
      <p>OR</p>
          <li>Click the Remove Selected Breakpoints (<img src="../../images/icons/breakpoints_remove_one_icon.png" align="absmiddle" />) button</li>
    </ul>
    <li>To remove a breakpoint in an editor  or  Disassembly views:</li>
      <ul>
        <li>Double-click the breakpoint dot in the marker bar</li>
          <p>
            OR          </p>
            <li>Select the source line with the breakpoint, click Run &gt; Toggle Line Breakpoint</li>
            <p>OR </p>
            <li>Right-click the breakpoint dot in the marker bar and select Toggle Breakpoint</li>
    </ul>
<p>The breakpoint disappears in the Breakpoints view.</p>
  </ol>

  <h4>Removing all Breakpoints</h4>
  <ol>
    <li>To remove all breakpoints in the Breakpoints view:
      <ul>
        <li>Right-click a breakpoint, click Remove All</li>
      </ul>
    </li>
    <ul>
      <p>OR</p>
          <li>Click the Remove All Breakpoints (<img src="../../images/icons/breakpoints_remove_all_icon.png" width="21" height="19" align="absmiddle" />)  button</li>
    </ul>
    <li>To remove all breakpoint in an editor  or  Disassembly views:
      <ul>
        <li>Click the Run &gt; Remove all Breakpoints menu item</li>
      </ul>
    </li>
    <p>All the  breakpoints disappear in the Breakpoints, Disassembly, and editor views.</p>
  </ol>
</div>
<h5>Related concepts</h5>
  <ul>
    <li><a href="../../concepts/breakpoints.htm">Breakpoints</a></li>
  </ul>
  <h5>Related tasks</h5>
  <ul>
    <li><a href="pgm_bp_setting.htm">Setting Breakpoints</a></li>
    <li><a href="pgm_bp_enable.htm">Enabling Breakpoints</a></li>
    <li><a href="pgm_bp_disable.htm">Disabling Breakpoints</a></li>
</ul>
  <h5>Related references</h5>
  <ul>
    <li><a href="../../debugger/views/perspective_debug.htm">Debug Perspective </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>