core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_breakpoints.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 15:57:37 -0500
changeset 2137 0a2167a80b64
parent 2136 f0b706fa897d
child 2140 3cc835ea617d
permissions -rw-r--r--
minor edits on view pages to make them more similar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
<html>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<head>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
     7
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     8
<title>Breakpoints View</title>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
</head>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    11
<body >
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
<h2>Breakpoints View </h2>
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    13
<p>Use the <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.BreakpointView)")' class="command-link"><b>Breakpoints</b></a> view to <a href="../../tasks/breakpoints/pgm_bp_setting.htm">set</a>, <a href="../../tasks/breakpoints/pgm_bp_view_props.htm">examine</a>, <a href="../../tasks/breakpoints/pgm_bp_enable.htm">enable</a>,  <a href="../../tasks/breakpoints/pgm_bp_disable.htm">disable</a>, and <a href="../../tasks/breakpoints/pgm_bp_clearing.htm">remove</a> breakpoints and <a href="../../tasks/watchpoints/pgm_watchpoints.htm">watchpoints</a> in one or more <a href="../../concepts/build_configurations.htm">build configurations</a>. Table 1  explains items in the view.</p>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
<p align="center"><img src="../../reference/images/view_breakpoints.png" width="544" height="264" /></p>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    15
<p class="figure">Figure 1 - Breakpoints view</p>
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    16
<h2>Breakpoints view toolbar options </h2>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    17
<p>The following options are present on the <b>Breakpoints</b> toolbar:</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    18
<h5>Table 1. Breakpoints view toolbar options </h5>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    19
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    20
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    21
    <th width="27%" scope="col">Item</th>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    22
    <th width="11%" scope="col">Icon</th>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    23
    <th width="62%" scope="col">Explanation</th>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    24
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    25
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    26
    <td><b>Remove Selected Breakpoint </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    27
    <td><div align="center"><img src="../../images/icons/breakpoints_remove_one_icon.png" width="19" height="19" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    28
    <td>Removes the selected breakpoint from the breakpoints list. </td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    29
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    30
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    31
    <td><b>Remove All Breakpoints </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    32
    <td><div align="center"><img src="../../images/icons/breakpoints_remove_all_icon.png" width="21" height="19" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    33
    <td>Removes all breakpoints from the breakpoints list. </td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    34
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    35
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    36
    <td><b>Show Breakpoints Supported by Selected Target </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    37
    <td><div align="center"><img src="../../images/icons/breakpoints_show_icon.png" width="20" height="19" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    38
    <td>Limits the breakpoints shown to only those supported in the current target. </td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    39
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    40
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    41
    <td><b>Go to File for Breakpoint </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    42
    <td><div align="center"><img src="../../images/icons/breakpoints_goto_icon.png" width="20" height="19" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    43
    <td>Displays the breakpoint in an editor view, opening the source file if required. </td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    44
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    45
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    46
    <td><b>Skip All Breakpoints </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    47
    <td><div align="center"><img src="../../images/icons/breakpoints_skip_all_icon.png" width="19" height="19" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    48
    <td>Toggles  the debugger to skip all  breakpoints regardless of their current enabled or disabled state, or hit all breakpoints.</td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    49
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    50
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    51
    <td><b>Expand All </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    52
    <td><div align="center"><img src="../../images/icons/breakpoints_collapse_icon.png" width="19" height="18" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    53
    <td>Expand all matches in the hierarchical view.</td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    54
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    55
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    56
    <td><b>Collapse All </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    57
    <td><div align="center"><img src="../../images/icons/breakpoints_expand_icon.png" width="19" height="18" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    58
    <td>Collapse all matches in the hierarchical view.</td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    59
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    60
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    61
    <td><b>Link with Debug View</b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    62
    <td><div align="center"><img src="../../images/icons/breakpoints_linkto_debug_icon.png" width="20" height="19" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    63
    <td>When enabled, the breakpoint shown in the editor view is also highlighted in the Breakpoints view. When disabled, the breakpoint selected in the Breakpoints view does not change. </td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    64
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    65
  <tr>
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    66
    <td><b>View Menu</b></td>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    67
    <td><div align="center"><img src="../../reference/images/icon_breakpoint_menu.png" width="16" height="9" /></div></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    68
    <td>Click to display additional Breakpoint view options for paths and working sets. </td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    69
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    70
</table>
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    71
  <h2>Breakpoints view context menu options </h2>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    72
  <p>The following options are present on the <b>Breakpoints </b>context menu:</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    73
  <p>&nbsp;</p>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    74
  <h5>Other  references</h5>
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
    75
<ul>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    76
    <li><a href="perspective_debug.htm">Debug Perspective </a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    77
    <li><a href="../../concepts/breakpoints.htm">Breakpoints</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    78
    <li><a href="../../tasks/breakpoints/pgm_bp_setting.htm">Setting Breakpoints</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    79
    <li><a href="../../tasks/breakpoints/pgm_bp_enable.htm">Enabling Breakpoints</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    80
    <li><a href="../../tasks/breakpoints/pgm_bp_disable.htm">Disabling Breakpoints</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    81
    <li><a href="../../tasks/breakpoints/pgm_bp_clearing.htm">Removing  Breakpoints</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    82
</ul>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    83
  <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>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    84
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    85
</body>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    86
</html>