LiteIDE调试消息未指​​定可执行文件使用目标exec

时间:2014-08-01 09:31:29

标签: debugging go gdb liteide

尝试在LightIde中调试。但是,当我开始调试时,会出现以下控制台消息

(gdb)
10000015^error,msg="No symbol table is loaded. Use the \"file\" command."
(gdb)
10000016^error,msg="No executable specified, use `target exec'."
(gdb)

它不会启动调试 缺少什么?

1 个答案:

答案 0 :(得分:1)

这取决于你的配置:liteide - 打开项目xxx.go,编辑工具栏构建配置 - > BUILDARGSlike the -g flag)。

例如,您可以尝试(如本期)-gcflags "-N -l"。如this thread中所述,

  

如果BUILDARGS设置包含:-ldflags "-s",则不会加载调试信息。