Hacker News new | ask | show | jobs
by zak_mc_kracken 4012 days ago
No, it's a very valid concern. It's quite plausible that the absence of a debugger slows down the roll out to production.
1 comments

Having a debugger is not the only way to debug. Thinking otherwise is not thinking.
I never said it was the only way to debug, just that between a language that only supports `printf` and one that supports `printf` and a debugger, the latter is obviously a more productive environment to work in.