Perhaps you have pushed the Skip all Breakpoints button in the Breakpoints view.

Answer from Fabian Steeg on Stack Overflow
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 441590
Eclipse Community Forums: Newcomers » Debugger won't stop at breakpoints | The Eclipse Foundation
December 16, 2012 - The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
Discussions

java - Eclipse - debugger doesn't stop at breakpoint - Stack Overflow
I am trying to trouble shoot a JUnit. In the source code, I have set break point in two places: 1) in a line where a static member is initialized 2) the first line of one of the test cases. The de... More on stackoverflow.com
🌐 stackoverflow.com
java - Breakpoint at "throw new SilentExitException()" in Eclipse + Spring Boot - Stack Overflow
Every time I run my Spring Boot project on debug mode in Eclipse IDE (Spring Tool Suite), the thread stops at throw new SilentExitException(); line even without a breakpoint. Is there some solution... More on stackoverflow.com
🌐 stackoverflow.com
Debug mode is not working - Genuitec
💡 Our Forums Have Moved For help with installation, bugs reports or feature requests, please head over to our new forums. Genuitec Community on GitHub MyEclipse IDE > WebSphere Development Tagged: debug mode WAS 2014 2015 This topic has 8 replies, 3 voices, and was last updated 10 years, ... More on genuitec.com
🌐 genuitec.com
June 29, 2015
Eclipse Debug does not stop in breakpoints. - Genuitec
💡 Our Forums Have Moved For help with installation, bugs reports or feature requests, please head over to our new forums. Genuitec Community on GitHub MyEclipse IDE > General Development This topic has 13 replies, 5 voices, and was last updated 21 years, 6 months ago by Scott Anderson. More on genuitec.com
🌐 genuitec.com
March 10, 2004
🌐
Stack Overflow
stackoverflow.com › questions › 77557199 › eclipse-not-stopping-at-debug-breakpoint
java - Eclipse not stopping at Debug Breakpoint - Stack Overflow
I run a JUnit test with a breakpoint, it works just fine. ... you will probably have to start the application with an option to connect a remote debugger (-agentlib:jdwp=transport=dt_socket,server=y,address=8000 or similar) and create/start a "Remote Java Application" configuration in Eclipse. I do not use Maven, no idea how to do that with it ... You debug the Maven build script, which in turn executes your Spring Boot application.
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 839248
Eclipse Community Forums: Java Development Tools (JDT) » [RESOLVED]Unable to stop at breakpoint during remote debug session | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
🌐
Quora
quora.com › What-is-the-reason-for-my-debugger-in-Eclipse-not-stopping-at-the-break-points-I-put
What is the reason for my debugger in Eclipse not stopping at the break points I put? - Quora
Breakpoint may be hit on a background thread but UI thread continues; check Debug view for suspended thread. Use “Suspend thread” or “Suspend VM” settings on breakpoint properties.
🌐
Eclipse
bugs.eclipse.org › bugs › show_bug.cgi
44367 – Eclipse doesn't stop on breakpoints when debugging remotely
Bugzilla – Bug 44367 Eclipse doesn't stop on breakpoints when debugging remotely Last modified: 2003-10-08 13:03:19 EDT
Find elsewhere
🌐
Eclipse
genuitec.com › home › topics › myeclipse ide › websphere development › debug mode is not working
Debug mode is not working - Genuitec
June 29, 2015 - — No 2. If you are debugging on a local WAS, then can you please verify if the ‘Skip All Breakpints’ is enabled ? Also make sure no other process is taking up the Debug port. – Skip All BreakPoints was not enabled..But when I enabled it & tried ; that didn’t help.
🌐
GitHub
github.com › Microsoft › vscode-java-debug › issues › 300
Not hit breakpoint using mvnDebug spring-boot:run · Issue #300 · microsoft/vscode-java-debug
Not hit breakpoint using mvnDebug spring-boot:run#300 · Copy link · qslcna · opened · on May 17, 2018 · Issue body actions · Operating System:win7 · JDK version:1.8 · Visual Studio Code version:1.23.1 · Java extension version:0.3.0 · Java Debugger extension version:0.9.0 · [step 1]input mvnDebug clean spring-boot:run · cmd shows: Preparing to Execute Maven in Debug Mode Listening for transport dt_socket at address: 8000 ·
🌐
Eclipse
genuitec.com › home › topics › myeclipse ide › general development › eclipse debug does not stop in breakpoints.
Eclipse Debug does not stop in breakpoints. - Genuitec
March 10, 2004 - I’m using Eclipse 2.1.2 with MyEclipse 2.7 GA in a Windows 2000 I also have installed JBoss 3.2.1 with Tomcat 4.1.24 · The problem i have is that everytime i insert a breakpoint either in a Session Bean, or a JSP the debugger simply skips it.
🌐
Stack Overflow
stackoverflow.com › questions › 63814541 › spring-boot-application-doesnt-stop-at-any-breakpoint-in-debug
java - Spring Boot application doesn't stop at any breakpoint in debug - Stack Overflow
Then I ran 'remote' run configuration. I can see how my app has started. Then I invoked controller's endpoint. I can see stop string in the log. Then I put a breakpoint at string System.out.println("stop");. Invoked again controller's method.
🌐
Eclipse
bugs.eclipse.org › bugs › show_bug.cgi
47470 – Debugger does not stop at any breakpoints - Bugs
December 1, 2003 - Bugzilla – Bug 47470 Debugger does not stop at any breakpoints Last modified: 2003-12-02 11:16:33 EST
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 1103897
Eclipse Community Forums: Newcomers » eclipse does not debug but runs the program | The Eclipse Foundation
May 24, 2020 - The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
🌐
GitHub
github.com › eclipse-che › che › issues › 6640
The debugger does not stop a breakpoint in certain case · Issue #6640 · eclipse-che/che
October 9, 2017 - After stopping in the line 41 Click on remove all breakpoints button.
Author   musienko-maxim