问题描述
我正在从切换到官方Google 。
最后一件事,我希望,我不知道是如何获得一个良好的调试工作流设置。当我使用GPE时,我只是设置断点,调试器会自动停止,但是当我通过 mvn appengine:devserver
运行dev服务器时,我不认为dev
I am in the process of switching from Google Plugin for Eclipse to the official Google App Engine Maven Plugin.The last thing, I hope, that I cannot figure out is how to get a good debug workflow set up. When I was using GPE, I just set breakpoints and the debugger stopped there automagically, but when I run the dev server via mvn appengine:devserver
, I don't think the dev server and eclipse are aware of each other.
如何让他们彼此交谈?
推荐答案
我大致按照赞成我以前的方法。
I roughly follow the steps @ developers.google.com/appengine/docs/java/webtoolsplatform in favor of my previous method.
这篇关于如何使Eclipse和mvn appengine:devserver相互通话?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!