RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: songrit
Site: http://songrit.vox.com
I use binding.pry to break the app (start webrick with --debugger) but couldn't find how to step or next at the Pry prompt, though I can 'exit' to let the app continue. Is there anyway to have Pry work with ruby-debug?
binding.pry
step
next
I use
binding.pry
to break the app (start webrick with --debugger) but couldn't find how tostep
ornext
at the Pry prompt, though I can 'exit' to let the app continue. Is there anyway to have Pry work with ruby-debug?