Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要帮助如何在 Eclipse 中为 Play 2.0.4 项目设置调试。我必须为此配置什么?我已经使我的项目黯然失色,并将其导入 Eclipse 工作区。感谢您的任何提示。
play eclipse首先用or创建一个 eclipse 项目play eclipse with-source=true。在 Eclipse 中打开该项目
play eclipse
play eclipse with-source=true
开始玩play debug。并使用命令启动应用程序run。(或直接play debug run
play debug
run
play debug run
然后通过远程调试连接 eclipse:使用Connect JPDAwithDebug As启动调试会话。调试端口为 9999。
Connect JPDA
Debug As
另见:https ://github.com/playframework/Play20/wiki/IDE