core/com.nokia.carbide.cpp.doc.user/html/tasks/breakpoints/pgm_bp_clearing.htm
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 1225 a546534a48de
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
cawthron
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
cawthron
parents:
diff changeset
     7
<title>Removing Breakpoints</title>
cawthron
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     9
</head>
cawthron
parents:
diff changeset
    10
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
    11
<h2>Removing Breakpoints</h2>
cawthron
parents:
diff changeset
    12
<p>You can remove one or more breakpoints set for a debug session using the <a href="../../reference/view_breakpoints.htm">Breakpoints</a>, <a href="../../reference/view_disassembly.htm">Disassembly</a>, or  editor views.</p>
cawthron
parents:
diff changeset
    13
<div class="step">
cawthron
parents:
diff changeset
    14
  <h4>Removing a Breakpoint</h4>
cawthron
parents:
diff changeset
    15
  <ol>
cawthron
parents:
diff changeset
    16
    <li>To remove a breakpoint in the Breakpoints view:
cawthron
parents:
diff changeset
    17
      <ul>
cawthron
parents:
diff changeset
    18
        <li>Right-click the breakpoint, click Remove </li>
cawthron
parents:
diff changeset
    19
      </ul>
cawthron
parents:
diff changeset
    20
    </li>
cawthron
parents:
diff changeset
    21
    <ul>
cawthron
parents:
diff changeset
    22
      <p>OR</p>
cawthron
parents:
diff changeset
    23
          <li>Click the Remove Selected Breakpoints (<img src="../../images/icons/breakpoints_remove_one_icon.png" align="absmiddle" />) button</li>
cawthron
parents:
diff changeset
    24
    </ul>
cawthron
parents:
diff changeset
    25
    <li>To remove a breakpoint in an editor  or  Disassembly views:</li>
cawthron
parents:
diff changeset
    26
      <ul>
cawthron
parents:
diff changeset
    27
        <li>Double-click the breakpoint dot in the marker bar</li>
cawthron
parents:
diff changeset
    28
          <p>
cawthron
parents:
diff changeset
    29
            OR          </p>
cawthron
parents:
diff changeset
    30
            <li>Select the source line with the breakpoint, click Run &gt; Toggle Line Breakpoint</li>
cawthron
parents:
diff changeset
    31
            <p>OR </p>
cawthron
parents:
diff changeset
    32
            <li>Right-click the breakpoint dot in the marker bar and select Toggle Breakpoint</li>
cawthron
parents:
diff changeset
    33
    </ul>
cawthron
parents:
diff changeset
    34
<p>The breakpoint disappears in the Breakpoints view.</p>
cawthron
parents:
diff changeset
    35
  </ol>
cawthron
parents:
diff changeset
    36
cawthron
parents:
diff changeset
    37
  <h4>Removing all Breakpoints</h4>
cawthron
parents:
diff changeset
    38
  <ol>
cawthron
parents:
diff changeset
    39
    <li>To remove all breakpoints in the Breakpoints view:
cawthron
parents:
diff changeset
    40
      <ul>
cawthron
parents:
diff changeset
    41
        <li>Right-click a breakpoint, click Remove All</li>
cawthron
parents:
diff changeset
    42
      </ul>
cawthron
parents:
diff changeset
    43
    </li>
cawthron
parents:
diff changeset
    44
    <ul>
cawthron
parents:
diff changeset
    45
      <p>OR</p>
cawthron
parents:
diff changeset
    46
          <li>Click the Remove All Breakpoints (<img src="../../images/icons/breakpoints_remove_all_icon.png" width="21" height="19" align="absmiddle" />)  button</li>
cawthron
parents:
diff changeset
    47
    </ul>
cawthron
parents:
diff changeset
    48
    <li>To remove all breakpoint in an editor  or  Disassembly views:
cawthron
parents:
diff changeset
    49
      <ul>
cawthron
parents:
diff changeset
    50
        <li>Click the Run &gt; Remove all Breakpoints menu item</li>
cawthron
parents:
diff changeset
    51
      </ul>
cawthron
parents:
diff changeset
    52
    </li>
cawthron
parents:
diff changeset
    53
    <p>All the  breakpoints disappear in the Breakpoints, Disassembly, and editor views.</p>
cawthron
parents:
diff changeset
    54
  </ol>
cawthron
parents:
diff changeset
    55
</div>
cawthron
parents:
diff changeset
    56
<h5>Related concepts</h5>
cawthron
parents:
diff changeset
    57
  <ul>
cawthron
parents:
diff changeset
    58
    <li><a href="../../concepts/breakpoints.htm">Breakpoints</a></li>
cawthron
parents:
diff changeset
    59
  </ul>
cawthron
parents:
diff changeset
    60
  <h5>Related tasks</h5>
cawthron
parents:
diff changeset
    61
  <ul>
cawthron
parents:
diff changeset
    62
    <li><a href="pgm_bp_setting.htm">Setting Breakpoints</a></li>
cawthron
parents:
diff changeset
    63
    <li><a href="pgm_bp_enable.htm">Enabling Breakpoints</a></li>
cawthron
parents:
diff changeset
    64
    <li><a href="pgm_bp_disable.htm">Disabling Breakpoints</a></li>
cawthron
parents:
diff changeset
    65
</ul>
cawthron
parents:
diff changeset
    66
  <h5>Related references</h5>
cawthron
parents:
diff changeset
    67
  <ul>
cawthron
parents:
diff changeset
    68
    <li><a href="../../reference/perspective_debug.htm">Debug Perspective </a></li>
cawthron
parents:
diff changeset
    69
</ul>
cawthron
parents:
diff changeset
    70
cawthron
parents:
diff changeset
    71
<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>
cawthron
parents:
diff changeset
    72
cawthron
parents:
diff changeset
    73
</body>
cawthron
parents:
diff changeset
    74
</html>