我无法使用 goclipse 插件在 Windows 环境下进行调试。

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

I could not debug using goclipse plugin, windows environment

问题

我无法使用goclipse插件进行调试,它要求使用gdb调试器,然后我下载了二进制版本7.6,但现在它给我显示"找不到源代码"。

根据许多帖子的建议,我尝试在开始调试之前构建程序,但仍然出现相同的问题。

下面是一张截图!点击这里查看截图

我还发现一些人说要在配置中指定工作目录为"其他",但仍然出现相同的错误。

点击这里查看截图

英文:

I could not debug using goclipse plugin, it was asking about gdb debugger then I downloaded the binary ver. 7.6 but now it is giving me "Source Not found"..

As suggest from many posts, I tried to build the program before going to start debugging but still it is giving me the same thing.

below is a secreenshot我无法使用 goclipse 插件在 Windows 环境下进行调试。

even I found some guys were saying is to specify the working directory in configuration as "other" but still giving me the same error

我无法使用 goclipse 插件在 Windows 环境下进行调试。

答案1

得分: 2

最终,我通过使用liteide软件包中提供的"gdb"解决了这个问题。你可以在"窗口 | 首选项"中找到相关参考。

英文:

finally, I fixed the issue by using the "gdb" distributed within liteide package. you could reference it from "Window | Preferences"

huangapple
  • 本文由 发表于 2013年11月12日 19:28:00
  • 转载请务必保留本文链接:https://go.coder-hub.com/19927937.html
匿名

发表评论

匿名网友

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

确定