Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I disagree - using an interactive debugger can give insights that just looking at the code can't (tbf it might be different for different people). But the number of times I have found pathological behaviour from just stepping through the code is many. Think "holy f**, this bit of code is running 100 times??" type stuff. With complex event-driven code written by many teams, it's not obvious what is happening at runtime by just perusing the code and stroking one's long wizard beard.


> I disagree - using an interactive debugger can give insights that just looking at the code can't

This in no way disagrees with the quote. Both can be true. The quote isn’t saying debuggers can’t provide unique insights, just that for the majority of debugging the print statement is a faster way to get what you need.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: