【问题标题】:Goland ssh debug mode fail: executable doesn't containt debug informationGoland ssh 调试模式失败:可执行文件不包含调试信息
【发布时间】:2022-07-16 16:27:58
【问题描述】:

我使用 Goland ssh 编写代码。我在我的项目中使用调试模式失败,断点变成灰色的交叉圆圈并报告错误“可执行文件不包含调试信息”。 The error information is here.

但是,我仍然可以使用调试模式并在测试文件中设置正常断点。

【问题讨论】:

  • 有人遇到同样的问题吗?请给我一些提示以解决它!谢谢!!
  • 第一次添加断点时,终端显示此错误消息。 "error layer=debugger error loading binary "/lib/x86_64-linux-gnu/libpthread.so.0": could not parse .eh_frame section: pointer encoding not supported 0x9b at 0x12e8"
  • 你如何开始你的申请?

标签: go debugging ide goland