Skip to content

Using `break` in `pry`

Venky Iyer edited this page Mar 15, 2018 · 1 revision

In a pry console:

  1. Type binding.pry
  2. Set a break point or change it using https://github.com/deivid-rodriguez/pry-byebug#breakpoints
  3. continue
  4. Call some code that will hit a breakpoint, and it should work.
Clone this wiki locally