debugging - LiteIDE debug message No executable specified use target exec -
Try debugging in LightIde, however, when I start the debug, the following console message appears
(gdb) 10000015 ^ error, msg = "no symbol table is loaded. Use the \" File \ "command." (GDB) 10000016 ^ error, msg = "not executable specified, use 'target exec'. (GDB)
and it does not start debugging. What is missing?
It depends on your config: liteide - Open project xxx.go, edit toolbar build config -> BUILDARGS
().
For example, you try (as in this problem) -gcflags "-N -l"
as outlined in,
If the
Boulder's
setup includes:-ldflags "-s"
, no debug info has been loaded.
Comments
Post a Comment