How to run Jetty via Gradle in Debug Mode

后端 未结 9 1459
醉话见心
醉话见心 2020-12-13 00:43

Does anyone know how to configure the jetty gradle plugin to run in debug mode so that I can attach a remote debugger?

I\'ve tried setting the gradle and java opts t

9条回答
  •  自闭症患者
    2020-12-13 00:57

    Also, please look at this two links from official wiki:

    https://github.com/akhikhl/gretty/issues/36

    http://akhikhl.github.io/gretty-doc/Debugger-support.html

    It can help you to properly configurate gretty plugin to debug jetty application with IntelliJ Idea

提交回复
热议问题