Hacker News new | ask | show | jobs
by remoteorbust 2899 days ago
I find that I don't need a debugger until I do. People are always asking me what debugger I use for go and I tell them I've gone months without feeling the need for them.

However every once in a while I need to use gdb + remote debugging features to figure out a particularly weird runtime issue and I'm glad it's there.

Then I can often take the odd values I see in the debugger and start putting them into a test or a minimal repro.

1 comments

This is the ideal use case IMHO