Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Debugging with Pry

Conrad Irwin
July 25, 2013
100

Debugging with Pry

Slides from Debugging with Pry at Lumos Labs.

Conrad Irwin

July 25, 2013
Tweet

Transcript

  1. “Beware of bugs in the above code; I have only

    proved it correct, not tried it.” — Donald Knuth
  2. Use binding.pry Easier to write. Easier to read. Can explore

    interactively. Can fix things interactively.