Hacker News new | ask | show | jobs
by gsuuon 1035 days ago
I'll use a debugger sometimes when the error is getting thrown in code I don't control but can view the source of - it can help figure out context and what the external code is doing. Otherwise I normally just put print statements for things I'm unsure of and remove them before committing.