Set environment variable MAVEN_OPTS to:

-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

Then in Eclipse 3 click Run > Debug Configurations > create New Remote Java Application. Remember to attach sources. Invoke Maven by mvn jetty:runand start Debug in Eclipse.

相关文章:

  • 2021-11-06
  • 2021-04-05
  • 2022-12-23
  • 2021-07-11
  • 2021-08-08
  • 2022-01-06
  • 2021-09-28
猜你喜欢
  • 2021-06-10
  • 2021-08-14
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-01-31
  • 2021-07-11
相关资源
相似解决方案