On Wed, Feb 15, 2017 at 11:29 PM, Wen Hailong <[email protected]> wrote: > i want to debug golang system library. can step code one by one
Go programs are built with debugging info by default. You need to take special action to avoid the debugging info. But note https://golang.org/doc/gdb . You may also want to try https://github.com/derekparker/delve . Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
