pry-nav

Simple execution control in Pry

Adds step, next, and continue commands to your Pry console. Makes for a simple but ghetto debugger.

Rudimentary support for pry-remote is included. Ensure pry-remote is loaded or required before pry-nav. For example, in a Gemfile:

gem 'pry'
gem 'pry-remote'
gem 'pry-nav'

Note: In order to get correct flow control, Pry.start is overriden. Use at your own risk.

Contributing

Patches and bug reports are welcome. Just send a pull request or file an issue. Project changelog.

Acknowledgments

TODO

  • Thread safety