Skip to content

Change action name from "Skip All Breakpoints" to "Toggle Skip All #1559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<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>Skip All Breakpoints</title>
<title>Toggle Skip All Breakpoints</title>
</head>
<body>
<h1>Skip All Breakpoints</h1>
<p> Select the <strong>Skip All Breakpoints</strong> command [ <img src="../../../images/org.eclipse.debug.ui/elcl16/skip_brkp.svg" alt="Skip All Breakpoints"> ] to mark all breakpoints in the current view as skipped. Breakpoints marked as skipped will not suspend execution. </p>
<p> Select the <strong>Skip All Breakpoints</strong> command [ <img src="../../../images/org.eclipse.debug.ui/elcl16/skip_brkp.svg" alt="Toggle Skip All Breakpoints"> ] to mark all breakpoints in the current view as skipped. Breakpoints marked as skipped will not suspend execution. </p>
<p>The <a href="../../../reference/views/breakpoints/ref-breakpoints_view.htm"><strong>Breakpoints View</strong></a> showing all breakpoints marked as skipped.</p>
<p> <img src="../../../reference/views/breakpoints/images/ref-views_breakpoint_skipall_example.PNG" alt="Skip All Breakpoints - Toggled On"></p>
<p> <img src="../../../reference/views/breakpoints/images/ref-views_breakpoint_skipall_example.PNG" alt="Toggle Skip All Breakpoints - Toggled On"></p>
<h3 class="related">Related concepts</h3>
<a href="../../../concepts/cbrkpnts.htm">Breakpoints</a>
<h3 class="related">Related tasks</h3>
Expand Down