Hacker News new | ask | show | jobs
Ask HN: Techniques for Efficient Debugging
2 points by yaa_minu 1155 days ago
HN: I'm curious what tricks and framework/checklist you use when digging down on why your code isn't behaving as you intended.
1 comments

I have a post / talk on mental models and techniques for debugging (as well as specific advice for debugging JS):

- https://blog.isquaredsoftware.com/2021/06/presentations-debu...

I also recently did an episode of the Learn with Jason show where we talked about a lot of these concepts:

- https://www.learnwithjason.dev/travel-through-time-to-debug-...