core/com.nokia.carbide.cpp.doc.user/html/tasks/breakpoints/pgm_bp_disable.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>Disabling Breakpoints</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Disabling Breakpoints</h2>
<p>Disable a breakpoint to prevent it from affecting program execution. The disabled breakpoint remains at the source-code line at which you set it, so that you can enable it later. Disabling the breakpoint is easier than clearing it and re-creating it from scratch.</p>
<p>Figure 1 shows some source code and the selected line shows the breakpoint icon that appears in the marker bar when a breakpoint is disabled.</p>
<p align="center"><img src="images/breakpoints_marker_bar_disabled.png" width="587" height="234" /></p>
<p class="figure">Figure 1 - Disabling breakpoints</p>
<div class="step">
  <h4>Disabling a Breakpoint</h4>
  <ul>
    <li>In the Breakpoints view, uncheck  the checkbox next to the breakpoint</li>
  </ul>
  <blockquote>
    <p>or</p>
  </blockquote>
  <ul>
    <li>In an editor or Disassembly view, right-click the breakpoint in the marker bar and select Disable Breakpoint </li>
  </ul>
  <ul><p>The enabled breakpoint dot (<img src="../../images/icons/breakpoints_enabled_icon.png" width="15" height="12" />) changes to a disabled breakpoint dot (<img src="../../images/icons/breakpoints_disabled_icon.png" width="15" height="12" />). The disabled breakpoint dot indicates that the breakpoint does not halt program execution.</p>
    </ul>
</div>
<p>For more information on breakpoints, see <b>C/C++ Development User Guide &gt; Concepts &gt; Debug &gt; Breakpoints</b>.</p>
  <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_clearing.htm">Removing Breakpoints</a></li>
  </ul>
  <h5>Related references </h5>
  <ul>
    <li><a href="../../debugger/views/view_breakpoints.htm">Breakpoints view</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>