Skip to content
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

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

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Next Next commit
Change action name from "Skip All Breakpoints" to "Toggle Skip All
Breakpoints" #864

Updating Documentation with new label for "Skip All Breakpoints" to
"Toggle Skip All Breakpoints"
  • Loading branch information
ShahzaibIbrahim committed Nov 21, 2023
commit 8770335ac78b623735823dcc38ae91f5d24d0292
Original file line number Diff line number Diff line change
@@ -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>