Pry is an improved REPL (read-eval-print loop) for Ruby programmers, replacing the standard IRB tool. You can use Pry as a debugger, as well. In this talk, Joel Turnbull demonstrates how we can use Pry as a debugger, to analyze, fix, and even plan Ruby and Rails applications.