Hacker News new | ask | show | jobs
by theonething 1215 days ago
> I never bothered learning how to use the debuggers for those languages. I don't miss them.

This could be causal.

1 comments

You'd have to assume that the python and go debuggers do something that C debuggers don't do.
Or assume that python debuggers aren't as nice to use, or that python does not lend itself to inspecting weird memory and pointer dereferences, or a bunch of other possibilities.