gpt4 book ai didi

java - Gradle gretty jetty 无法在调试中工作

转载 作者:行者123 更新时间:2023-11-30 07:59:09 25 4
gpt4 key购买 nike

我正在使用 Windows 操作系统、JDK 1.7、Gradle 3.0、IDE Eclipse mars 和 jetty 8.1.5.v20120716。

注意:我也在用gretty插件

gretty {
port = http_port
host = '127.0.0.1'
contextPath = ''
classPath = sourceSets.main.resources.srcDirs
servletContainer = 'jetty9' //tomcat7 or tomcat8
httpPort = 8081
servicePort = 8082
statusPort = 8083
}

我尝试过的所有选项的行为都是相同的,它只是卡在端口 5005 语句上,它甚至没有加载应用程序。我正在使用基于 Spring 注释的类类型我们初始化程序“AbstractAnnotationConfigDispatcherServletInitializer”

我尝试了以下选项。 appStartDebug、appRunDebug、jettyStartDebug 和 jettyRunDebug。

C:\project>echo %GRADLE_OPTS%
-Xdebug -Xrunjdwp:transport=dt_socket,address=9999,server=y,suspend=n

C:\project>gradle jettyStartDebug
Listening for transport dt_socket at address: 9999
Starting a Gradle Daemon, 10 busy and 19 stopped Daemons could not be reused, use --status for details
'5e5ca94'
:prepareInplaceWebAppFolder UP-TO-DATE
:createInplaceWebAppFolder UP-TO-DATE
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:prepareInplaceWebAppClasses UP-TO-DATE
:prepareInplaceWebApp UP-TO-DATE
:jettyStartDebug
Listening for transport dt_socket at address: 5005

请有人帮我解决这个问题。

最佳答案

您必须创建一个远程调试 session 。

在 eclipse 中:运行 > 调试配置 > 远程 Java 应用程序然后右键单击并创建新的。不要启动。

Remote Debug

然后转到控制台并使用以下命令启动您的项目:gradle jettyRunDebug,当它停止在“监听地址:5005 处的传输 dt_socket”时,从 IDE 启动您的调试,并使用之前创建的配置。

它必须进入 Debug模式。

关于java - Gradle gretty jetty 无法在调试中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39630471/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com