gpt4 book ai didi

debugging - Grails 3 设置远程调试ip :port

转载 作者:行者123 更新时间:2023-12-04 20:00:25 25 4
gpt4 key购买 nike

我想远程调试 grails 3 应用程序。但是我没有找到如何更改隐式调试器端口。有没有办法做类似 grails run-app --jvm-debug --debugger-port=9999 --debugger-addr=10.0.50.55 的事情?

最佳答案

将此添加到您的 build.gradle 并通过您想要的端口修改 5005:

bootRun {
addResources = false // We can set it to true if we would like to reload src/main/resources
jvmArgs = ["-Xdebug", "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"]
}

关于debugging - Grails 3 设置远程调试ip :port,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31566730/

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