Hacker News new | ask | show | jobs
by ithkuil 1203 days ago
25 years in the industry. I used the debugger countless times because it was useful.

But I still default to use printf/log/tracing debugging style because it's often easier to get some signal under the conditions I care about and are hard to reproduce where it's hard to attach a debugger.