My Spring Boot webapp is running just fine, and I\'d like to debug it through Eclipse.
So when launching my Remote Java Application debugger, which port
I didn't need to set up remote debugging in order to get this working, I used Maven.
spring-boot::run.NB. If your IDE has problems finding your project's source code when doing line-by-line debugging, take a look at this SO answer to find out how to manually attach your source code to the debug application.
Hope this helps someone!