Metadata


Name
pry-nav
Version
1.0.0
Platform
ruby
Authors
Gopal Patel
Bindir
bin
Date
2021-11-02 00:00:00 UTC
Dependencies
pry (>= 0.9.10, < 0.15)
rake (>= 0, development)
Description
Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control execution.
Email
nixme@stillhope.com
Files
.github/workflows/main.yml
.gitignore
.ruby-version
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
lib/pry-nav.rb
lib/pry-nav/cli.rb
lib/pry-nav/commands.rb
lib/pry-nav/pry_ext.rb
lib/pry-nav/pry_remote_ext.rb
lib/pry-nav/tracer.rb
lib/pry-nav/version.rb
pry-nav.gemspec
test/pry_nav_test.rb
test/test_helper.rb
Homepage
https://github.com/nixme/pry-nav
Licenses
MIT
Require paths
lib
Required ruby version
>= 2.1.0
Required rubygems version
>= 0
Rubygems version
3.1.6
Specification version
4
Summary
Simple execution navigation for Pry.
Test files
test/pry_nav_test.rb
test/test_helper.rb
Original platform
ruby
New platform
ruby