Coming from the python world, I’m used to stepping into code by throwing
import ipdb; ipdb.set_trace()
in my source when I want to debug something.
Note to self: the pry
gem seems to be similar in ruby where you can do
require 'pry'; binding.pry
Thu Apr 21 20:53:49 2016
Coming from the python world, I’m used to stepping into code by throwing
import ipdb; ipdb.set_trace()
in my source when I want to debug something.
Note to self: the pry
gem seems to be similar in ruby where you can do
require 'pry'; binding.pry