Hacker News new | ask | show | jobs
by tbrownaw 3959 days ago
And in situations where it's applicable, I'm perfectly happy to use a debugger.

Unfortunately it doesn't work so well for things like intermittent wrong behavior in long-running programs. Better in that case to use pervasive logging (aka, printf debugging to a file).