尝试在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)
它不会启动调试 缺少什么?
答案 0 :(得分:1)
这取决于你的配置:liteide - 打开项目xxx.go,编辑工具栏构建配置 - > BUILDARGS
(like the -g
flag)。
例如,您可以尝试(如本期)-gcflags "-N -l"
。如this thread中所述,
如果
BUILDARGS
设置包含:-ldflags "-s"
,则不会加载调试信息。