Gradle: interactive JDWP debugging of bootRun gradle task in Eclipse IDE
If you need to enable JDWP debugging of your Spring Boot web application in an IDE such as Eclipse, you can append the ‘debug-jvm’ flag to the gradle task, and then from your IDE enable a remote debugging connection to port 5005. I will walk you through a full example, but very quickly, here is … Gradle: interactive JDWP debugging of bootRun gradle task in Eclipse IDE