How do I debug a program written in the Go language?

前端 未结 9 1256
予麋鹿
予麋鹿 2021-02-02 06:17

How do I debug a Go program? I have been using the Gedit Go IDE, but it doesn\'t have debugging. Is there a way to step though my code and inspect memory? Or am I stuck with

9条回答
  •  灰色年华
    2021-02-02 06:56

    There is an experimental debugger package called ogle. Not sure how well it works.

提交回复
热议问题