英文:
Go tests debugging
问题
有没有办法在使用像IntelliJ这样的IDE中调试Go的测试?我正在使用IntelliJ的Go插件,但是当提供调试配置时,调试按钮是禁用的。
英文:
Is there a way to debug tests in Go using an IDE like IntelliJ ? I am using the Go plugin for intelliJ and seems like when providing a debug configuration, the debug button is disabled.
答案1
得分: 4
这是在 Gogland: 1.0 Preview, Build EAP 12, 172.3757.46 版本中可能存在的情况。
该版本的到期日期是2017年11月9日,但已经发布了更新的版本,它们可能有更晚的到期日期。
英文:
It is possible in Gogland: 1.0 Preview, Build EAP 12, 172.3757.46.
This version has an expiration date: November 9, 2017, but there are already newer versions released and they probably have later expiration dates.
答案2
得分: 3
目前无法调试测试,请关注此问题以了解何时将支持此功能。
英文:
Currently it's not possible to debug tests, please watch over this issue to see when this will be supported.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论