【发布时间】:2017-09-28 04:28:07
【问题描述】:
我想使用基于 Cloud-SDK 的 Maven 插件(com.google.cloud.tools::appengine-maven-plugin v. 1.3.0)进行调试。
我在 Eclipse 中的调试中运行目标 appengine:run,但这不会让我进入调试模式,例如在断点处停止。
我可以使用远程调试器,但是每次我需要启动我的应用程序时运行两个进程很麻烦。有没有一种方法可以使用一个命令运行调试会话?
【问题讨论】:
标签: maven google-app-engine gcloud maven-gae-plugin appengine-maven-plugin