英文:
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
even I found some guys were saying is to specify the working directory in configuration as "other" but still giving me the same error
答案1
得分: 2
最终,我通过使用liteide软件包中提供的"gdb"解决了这个问题。你可以在"窗口 | 首选项"中找到相关参考。
英文:
finally, I fixed the issue by using the "gdb" distributed within liteide package. you could reference it from "Window | Preferences"
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论