A blog about debugging
Looking for my debugging tutorials and posts? You've come to the right place! This is where I blog about troubleshooting and debugging applications.
Introduction to Git Bisect: travel through time and bugs
No matter how thorough your test coverage is, you can't test everything. So when you introduce a bug in your application, git bisect will help you zero in on your regression's origin.
Read this essay →Debugging with pry-byebug: moving in the stack frame
Time to level up your debugging game with frames, adding breakpoints on the fly, and some handy shortcuts.
Read this essay →A hands-on tutorial to debugging your code with pry-byebug
Like most new developers, I started as a puts developer. Then, I discovered pry-byebug and debugging things got a lot easier. This is a beginner-level, hands-on, introduction to debbuging your code with pry-byebug. Behold the power of binding.pry!
Read this essay →