Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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)
そして、デバッグを開始しません。 何が欠けている?
構成によって異なります: liteide - プロジェクト xxx.go を開き、ツールバーのビルド構成を編集します -> BUILDARGS( flagのように-g)。
BUILDARGS
-g
たとえば、(この問題のように)試すことができます-gcflags "-N -l"。このスレッドで述べたように、
-gcflags "-N -l"
BUILDARGSセットアップに含まれる場合: -ldflags "-s"、デバッグ情報は読み込まれません。
-ldflags "-s"