Hacker News new | ask | show | jobs
by Symmetry 4586 days ago
I tend to find myself relying on debuggers for tracking down bugs in other people's code where I might not have a good grasp of the big picture, but relying more on print statements for debugging my own code.
1 comments

Absolutely. Alternatively, debuggers are a godsend when there is a long deployment cycle.