First you need to add the following environmental variables on your Windows/Linux environment.
1 | MAVEN_OPTS = -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y |
Read full article from Chandana Napagoda's Blog: How to debug using Maven Jetty
No comments:
Post a Comment