步骤

  1. 编译

    go build -gcflags "-N -l" test.go
    
  2. 调试

    gdb test
    

参考

  1. http://golang.org/doc/gdb
  2. mac下用gdb调试Go程序

留言

2015-09-02