Hacker News new | ask | show | jobs
by true_religion 5570 days ago
I don't agree 100% but I think debuggers are for code that you didn't write yourself and has insufficient documentation.

When it comes to a dynamic language, knowing how and what lead to a particular function being called is important and all that information isn't exactly saved on the stack trace---you have to step through to find it.