gpt4 book ai didi

intellij-idea - 在 IntelliJ IDEA 中使用 Play 调试 SBT 项目

转载 作者:行者123 更新时间:2023-12-03 21:05:43 25 4
gpt4 key购买 nike

我有一个 SBT 项目

在这个项目中,我有一个子游戏项目和其他项目

我的构建文件中的示例:

 lazy val subProj1 = Project(id = "sub-proj-1", base = file("sub1"))
.settings(...)...

lazy val subProjPlay = play.Project("play-proj", 1.0 , path = file("web"))

需要从 IntelliJ IDEA 调试 Play 服务器。

要运行我使用的项目 sbt run在命令行上。

如何在IDEA中调试项目?

最佳答案

我发现这是最简单的解决方案:(使用 IntelliJ IDEA)

在 IntelliJ 中:

转到“编辑运行配置”

enter image description here

创建一个新的远程配置(端口 9999,所有其他细节保留默认值)

enter image description here

回到 IntelliJ 并运行新的调试配置(不要忘记设置断点)

从命令行运行:

 sbt -jvm-debug 9999 run

关于intellij-idea - 在 IntelliJ IDEA 中使用 Play 调试 SBT 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22195364/

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