Another solution

Eclipse -> Run -> Remove All Breakpoints - for removing all Breakpoints for all Time

Eclipse -> Run -> Skip All Breakpoints - for temporary remove breakpoints

Answer from Dmitry Nelepov on Stack Overflow
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.jdt.doc.user › reference › views › breakpoints › ref-removeall_viewaction.htm
Remove All Breakpoints
Java Development User Guide > Reference > Views > Breakpoints View · Select the Remove All command [ ] to remove all breakpoints from the Breakpoints View.
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.jdt.doc.user › tasks › task-remove_line_breakpoints.htm
Removing Line Breakpoints
You can also double-click directly ... the context menu select Remove. All breakpoints can be removed from the workbench using the Remove All action in the context menu of the Breakpoints View....
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.cdt.doc.user › tasks › cdt_t_rem_wtch_brk.htm
Removing breakpoints and watchpoints
When you remove a breakpoint or watchpoint, the corresponding icon is removed from the marker bar where it was inserted and the Breakpoints view. ... Select the breakpoints and watchpoints you want to remove. Right-click, click Select All.
🌐
YouTube
youtube.com › watch
HOW TO REMOVE ALL BREAKPOINT IN ECLIPSE - YouTube
Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. HOW TO REMOVE ALL BREAKPOINT IN ECLIPSEHOW TO ...
Published   September 17, 2014
🌐
Eclipse
archive.eclipse.org › eclipse › downloads › documentation › 2.0 › html › plugins › org.eclipse.jdt.doc.user › tasks › tasks-144a.htm
Removing breakpoints
The breakpoint is removed from ... the context menu select Remove. All breakpoints can be removed from the workbench using the Remove All action in the context menu of the Breakpoints view....
Find elsewhere
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.cdt.doc.user › tasks › cdt_t_endis_able_brk_wtch.htm
Enabling and disabling breakpoints and watchpoints
You can temporarily disable a breakpoint or watchpoint without losing the information it contains. ... Select the breakpoints and watchpoints that you want to remove. Click Edit > Select All.
🌐
Eclipse
bugs.eclipse.org › bugs › show_bug.cgi
496140 – Change "skip all breakpoints" command to "toggle all breakpoints"
June 14, 2016 - Bugzilla – Bug 496140 Change "skip all breakpoints" command to "toggle all breakpoints" Last modified: 2020-02-21 14:01:27 EST ... This Bugzilla instance closed for new bug entry. Eclipse projects now use GitHub or Eclipse GitLab.
🌐
Coderanch
coderanch.com › t › 106236 › ide › remove-breakpoint-Eclipse
Cannot remove breakpoint in Eclipse 3.3.2 (IDEs and Version Control forum at Coderanch)
It just wont let me remove by double clicking or right clicking and clicking "Toggle Breakpoint". ... I have such twitchy fingers that often I'll switch the breakpoint on and off and on and off multiple times. You might try clicking more slowly and/or adjusting your mouse settings. If the breakpoint was conditional, it may not remove completely, just switch off. Sometimes I think Eclipse gets confused, so the breakpoint window is a good place to visit occasionally just to clear out the deadwood.
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.jdt.doc.user › tasks › task-enable_disable_breakpoints.htm
Enabling and disabling breakpoints
Breakpoints can be enabled and disabled as needed. When a breakpoint is enabled, thread execution suspends before that line of code is executed.