Your Teacher
About This Episode
In this video, we will be looking at how to better debug issues in our programs and applications by leveraging the Ruby Debug gem.
Notes
View Ruby Debug on GitHub
Additional tip: You can also use relative paths in order to add additional breakpoints to other files / line numbers but adding a breakpoint by matching a class and method is probably a better approach as shown in the video.