Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pry-byebug for more debugging commands
This provides handy debugging behaviour on top of pry, e.g. *break*: Manage breakpoints. *step*: Step execution into the next line or method. Takes an optional numeric argument to step multiple times. *next*: Step over to the next line within the same frame. Also takes an optional numeric argument to step multiple lines. *finish*: Execute until current stack frame returns. *continue*: Continue program execution and end the Pry session.
- Loading branch information