简体   繁体   中英

How to set debug in Jetty started by mvn jetty:run?

I am using mvn jetty:run command to build and start my java application inside embedded jetty server. How do I specify the java debug port for remote debugging?

在运行mvn jetty:run之前MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"我可以通过设置MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"来远程调试我的应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM