Live data from Hacker News

Show HN: C to Go Assembly

github.com

11–12 of 12 posts

Re: Show HN: C to Go Assembly

#11
post #9

Probably worth mentioning the blog post too: https://blog.minio.io/c2goasm-c-to-go-assembly-bb723d2f777f Out of curiosity, any idea how well does Go asm works with Delve (the Go debugger)?

Haven't tried it personally, but based on a recent article shared at r/golang ( https://rakyll.org/coredumps/ , via https://www.reddit.com/r/golang/comments/6cvtd6/debugging_go... ), delve seems to show the contents of an .s file allright.

Thanks, that's a useful article.

Just wish core dumping Go programs worked on OSX. Hopefully one day. :)

Post reply on HN