我可以使用mn:jetty启动Web服务器,但不知道我是否可以使用它进行调试。 Eclipse中是否有任何附加功能?
答案 0 :(得分:0)
是的,您需要添加以下VM参数
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n
然后您可以作为远程应用程序连接到您的VM。请参阅官方页面:
http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse