blob: d195295365156ce42d2354937215434c9e275599 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2017. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css"/>
<title>Breakpoints View</title>
</head>
<body>
<h1> Breakpoints View </h1>
<p> The <strong>Breakpoints View</strong> lists all the breakpoints you currently have set in your workspace. </p>
<p>You can double-click a breakpoint to display its location in the editor (if applicable). You can also enable or disable breakpoints, delete them, add new ones, group them by working set, or set hit counts. </p>
<p>In the example shown below the <strong><a href="../../../reference/views/breakpoints/ref-groupby_viewaction.htm">Group by &gt; Breakpoint Types</a></strong> and <strong><a href="../../../reference/views/breakpoints/ref-sortby_viewaction.htm">Sort by &gt; Name</a></strong> option is turned on.</p>
<p><img src="../../../reference/views/breakpoints/images/ref-views_breakpoints_view.PNG" alt="Breakpoints View"/> </p>
<a name="detail_pane"></a>
<p>The breakpoints view displays details of the selected breakpoint and can be used to configure attributes
of the selected breakpoint similar to the <a href="../../../reference/views/breakpoints/ref-properties_contextaction.htm"><strong>Breakpoint Properties...</strong></a>
action. The orientation of the detail pane can be configured from the view drop down menu.</p>
<p><img src="../../../reference/views/breakpoints/images/ref-views_breakpoint_details.PNG" alt="Breakpoints Details"/> </p>
<p>The commands available in the <strong>Breakpoints View</strong> are listed below.</p>
<table border="1" cellpadding="5" cellspacing="0" summary="The commands available in the Breakpoints View">
<caption>
Breakpoints View Commands
</caption>
<thead>
<tr>
<th width="71" colspan="1" rowspan="1"> <p> Command </p></th>
<th width="209" colspan="1" rowspan="1"> <p> Name </p></th>
<th width="540" colspan="1" rowspan="1"> <p> Description </p></th>
<th width="193" colspan="1" rowspan="1"> <p> Availability </p></th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-access_contextaction.htm"><strong>Access</strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the selected watchpoint should suspend on access to its associated field. </td>
<td colspan="1" valign="top" align="left">Context menu</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.debug.ui/elcl16/exc_catch.png" alt="Add Exception Breakpoint"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-addexception_viewaction.htm"><strong>Add Exception Breakpoint</strong> </a></td>
<td colspan="1" valign="top" align="left">Opens the create exception breakpoint dialog.</td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-properties_contextaction.htm"><strong>Breakpoint Properties...</strong></a></td>
<td colspan="1" valign="top" align="left">Opens the breakpoints properties dialog. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-caught_contextaction.htm"><strong>Caught</strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the selected exception breakpoint should suspend when the specified type of exception is caught. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/collapseall.png" alt="Collapse All"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/shared/ref-collapseall.htm"><strong>Collapse All</strong> </a></td>
<td colspan="1" valign="top" align="left">Collapses all of the items in the view.</td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/copy_edit_co.png" alt="Copy"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/shared/ref-copy.htm"><strong>Copy</strong></a></td>
<td colspan="1" valign="top" align="left">Copies the selected breakpoints to the system clipboard. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/disabled_co.png" alt="Disabled"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-disable_contextaction.htm"><strong>Disable</strong></a></td>
<td colspan="1" valign="top" align="left">Changes the selected breakpoint(s) to be disabled.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/enabled_co.png" alt="Enable"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-enable_contextaction.htm"><strong>Enable</strong></a></td>
<td colspan="1" valign="top" align="left">Changes the selected breakpoint(s) to be enabled.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-entry_contextaction.htm"><strong>Entry</strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the selected method breakpoint should suspend on entry to the associated method. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-exit_contextaction.htm"><strong>Exit</strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the selected method breakpoint should suspend on exit from the associated method. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/expandall.png" alt="Expand All"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-expandall_viewaction.htm"><strong>Expand All</strong> </a></td>
<td colspan="1" valign="top" align="left">Expands all of the items in the view.</td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/export_brkpts.png" alt="Export Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-export_contextaction.htm"><strong>Export Breakpoints...</strong> </a></td>
<td colspan="1" valign="top" align="left">Opens the export breakpoints wizard.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.ui/elcl16/goto_input.png" alt="Go to File"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-gotofile_viewaction.htm"><strong>Go to File </strong></a></td>
<td colspan="1" valign="top" align="left">Opens the corresponding location of the breakpoint in the java editor. </td>
<td colspan="1" valign="top" align="left">Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-groupby_viewaction.htm"><strong>Group By... </strong></a></td>
<td colspan="1" valign="top" align="left">Allows you to select an alternate grouping for your breakpoints or create your own. </td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-sortby_viewaction.htm"><strong>Sort By... </strong></a></td>
<td colspan="1" valign="top" align="left">Allows you to sort your breakpoints. </td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.debug.ui/elcl16/sethitcount_co.png" alt="Hit Count"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-hitcount_contextaction.htm"><strong>Hit Count</strong> </a></td>
<td colspan="1" valign="top" align="left">Allows you to set or change the hit count for the selected breakpoint.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/import_brkpts.png" alt="Import Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-import_contextaction.htm"><strong>Import Breakpoints... </strong></a></td>
<td colspan="1" valign="top" align="left">Opens the import breakpoints wizard. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/synced.png" alt="Link with View"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-linkwith_viewaction.htm"><strong>Link with View </strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the breakpoints should be linked to the Debug View. </td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-modification_contextaction.htm"><strong>Modification</strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the selected watchpoint should suspend when its associated field is modified. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.ui.console/elcl16/paste_edit.png" alt="Paste Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/shared/ref-paste.htm"><strong>Paste</strong></a></td>
<td colspan="1" valign="top" align="left">Pastes copied breakpoints into the view.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/rem_all_co.png" alt="Remove All Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-removeall_viewaction.htm"><strong>Remove All </strong></a></td>
<td colspan="1" valign="top" align="left">Removes all breakpoints from the view. </td>
<td colspan="1" valign="top" align="left">Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/rem_all_triggers.png" alt="Remove All Triggers"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-removealltriggers_viewaction.htm"><strong>Remove All Triggers</strong></a></td>
<td colspan="1" valign="top" align="left">Removes all Triggers from the view. </td>
<td colspan="1" valign="top" align="left">Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/rem_co.png" alt="Remove Selected Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-remove_viewaction.htm"><strong>Remove Selected Breakpoints</strong> </a></td>
<td colspan="1" valign="top" align="left">Removes only the selected breakpoint(s) from the view.</td>
<td colspan="1" valign="top" align="left">Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/shared/ref-selectall.htm"><strong>Select All </strong></a></td>
<td colspan="1" valign="top" align="left">Selects all of the breakpoints in the view.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/obj16/brkp_grp.png" alt="Select Defautl Working Sets"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-selectdefaultws_viewaction.htm"><strong>Select Default Working Set</strong> </a></td>
<td colspan="1" valign="top" align="left">Allows you to choose which working set will be the default one. </td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.debug.ui/obj16/package_obj.png" alt="Show Qualified Names"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/shared/ref-showqualified.htm"><strong>Show Qualified Names</strong> </a></td>
<td colspan="1" valign="top" align="left">Changes if qualified names are shown or not.</td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/obj16/debugt_obj.png" alt="Show Supported Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-showsupported_viewaction.htm"><strong>Show Supported Breakpoints </strong></a></td>
<td colspan="1" valign="top" align="left">Changes if only supported breakpoints should be shown or not. </td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/skip_brkp.png" alt="Skip All Breakpoints"/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-skipall_viewaction.htm"><strong>Skip All </strong></a></td>
<td colspan="1" valign="top" align="left">Sets all breakpoints to be skipped.</td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/suspend_co.png" alt="Suspend..."/></td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-suspendpolicy_contextaction.htm"><strong>Suspend </strong></a></td>
<td colspan="1" valign="top" align="left">Allows you to choose what to suspend when the selected breakpoint is hit.</td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-uncaught_contextaction.htm"><strong>Uncaught</strong></a></td>
<td colspan="1" valign="top" align="left">Changes if the selected exception breakpoint should suspend when the specified type of exception is not caught. </td>
<td colspan="1" valign="top" align="left">Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left"><a href="../../../reference/views/breakpoints/ref-workingsets_viewaction.htm"><strong>Working Sets... </strong></a></td>
<td colspan="1" valign="top" align="left">Opens the working sets dialog.</td>
<td colspan="1" valign="top" align="left">View action </td>
</tr>
</tbody>
</table>
<p> <img border="0" src="../../../images/ngrelc.png" alt="Related concepts"/> </p>
<p> <a href="../../../concepts/cbrkpnts.htm">Breakpoints</a><br/>
<a href="../../../concepts/concept-java-views.htm">Java views</a> <br/>
<a href="../../../concepts/concept-java-perspective.htm">Java perspectives</a></p>
<p> <img border="0" src="../../../images/ngrelt.png" alt="Related tasks"/> </p>
<p> <a href="../../../tasks/task-add_line_breakpoints.htm">Adding breakpoints</a><br/>
<a href="../../../tasks/task-apply_hit_count.htm">Applying hit counts</a><br/>
<a href="../../../tasks/task-catching_exceptions.htm">Catching Java exceptions</a><br/>
<a href="../../../tasks/task-remove_line_breakpoints.htm">Removing breakpoints</a><br/>
<a href="../../../tasks/task-enable_disable_breakpoints.htm">Enabling and disabling breakpoints</a><br/>
<a href="../../../tasks/task-manage_conditional_breakpoint.htm">Managing conditional breakpoints</a><br/>
<a href="../../../tasks/task-set_method_breakpoints.htm">Setting method breakpoints</a> </p>
<p> <img border="0" src="../../../images/ngrelr.png" alt="Related reference"/> </p>
<p> <a href="../ref-viewsandeditors.htm">Views and editors</a> </p>
</body>
</html>