Pry
Pry tricks
binding.pry
in external code
binding.pry
in external codeSimply monkey patch the method that you are interested in debugging:
You can even do this automatically for a list of methods you are interested in:
Get filtered stack trace
Last updated