英文:
Debugging GAE/Go application on Gogland
问题
这是我之前的问题的延续。
我可以调用GAE/Go本地开发服务器,但是我无法在Gogland上调试我的GAE/Go应用程序。
点击Run -> Debug
然后我选择了"Edit"。
然后我点击了"Debug"
然后出现了下面的弹出窗口。
我该如何调试我的GAE/Go应用程序?
英文:
This is the continuation of my previous question.
I could invoke GAE/Go local development server, but I can not debug my GAE/Go application on Gogland.
Run -> Debug
Then I selected "Edit".
Then I clicked "Debug"
Then the popup below is shown.
How can I debug my GAE/Go application?
答案1
得分: 0
调试 GAE 应用程序目前不受支持,请参阅:https://youtrack.jetbrains.com/issue/GO-1897
英文:
Debugging GAE apps is not currently supported, see: https://youtrack.jetbrains.com/issue/GO-1897
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论