My Spring Boot webapp is running just fine, and I\'d like to debug it through Eclipse.
Spring Boot
So when launching my Remote Java Application debugger, which port
Right click on the Spring Boot Applications main class file -> select Debug As options -> Select Java Application
Now you can use breakpoints to debug the application.