Hacker News new | ask | show | jobs
by rbanffy 2649 days ago
> This amounts to saying that you don't need a debugger if you don't make mistakes.

Not making mistakes certainly saves time.

I often use a debugger to inspect variables and check my assumptions about the application state at that point.