(Go) How can I use GDB debug on IntelliJ IDEA?

huangapple go评论92阅读模式
英文:

(Go) How can I use GDB debug on IntelliJ IDEA?

问题

我正在使用IntelliJ IDEA 15开发Go语言项目。
事先我在Mac上安装了GDB以进行调试。
然后我想在IntelliJ IDEA上使用GDB来调试Go语言项目。
然而,我找不到如何做到这一点。

如果有人知道,请给我一些建议。

提前谢谢。

英文:

I'm developping golang porjects using IntelliJ IDEA 15.
In advance I installed GDB to debug on mac.
Then I want to debug golang projects using GDB on IntelliJ IDEA.
However, I could't find how I can do that.

If someone know, please give me a advise.

Thank you in advance.

答案1

得分: 2

截至今天,不,你不能。然而,该插件集成了Delve,可以提供更好的Go应用程序调试体验(如果你使用的是Delve支持的平台)。请参考调试器链接:https://github.com/derekparker/delve

一旦GDB正确支持Go应用程序,情况可能会有所改变。

英文:

As of today, no, you cannot. However the plugin comes with Delve integrated which makes the debugging experience better for Go apps (if you are on the supported platforms by delve). See the debugger link: https://github.com/derekparker/delve

Once GDB will properly support Go apps, things might change of course.

huangapple
  • 本文由 发表于 2015年11月4日 14:46:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/33515329.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定