Skip to content
bootstraponline edited this page Nov 16, 2012 · 4 revisions

Pry is awesome.

gem install pry rb-readline

require 'pry'

# will breakpoint here
binding.pry
  • stackoverflow.com/questions/7180959/how-to-use-pry-with-sinatra

Enable debugging to step through code.

Clone this wiki locally