when I run a spring-boot application with this command:
mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
and then I try to connect in debug mode with eclipse, I obtain the error:
Failed to connect to remote VM. Connection refused.
Connection refused: connect
Why?
Thanks a lot