-
Name
-
pry-byebug
-
Version
-
1.3.3
-
Platform
-
ruby
-
Authors
-
David RodrÃguez
Gopal Patel
-
Bindir
-
bin
-
Date
-
2014-06-25 00:00:00 UTC
-
Dependencies
-
pry (~> 0.10)
byebug (~> 2.7)
-
Description
-
Combine 'pry' with 'byebug'. Adds 'step', 'next', and
'continue' commands to control execution.
-
Email
-
deivid.rodriguez@gmail.com
-
Files
-
.gitignore
.travis.yml
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
lib/pry-byebug.rb
lib/pry-byebug/base.rb
lib/pry-byebug/breakpoints.rb
lib/pry-byebug/cli.rb
lib/pry-byebug/commands.rb
lib/pry-byebug/processor.rb
lib/pry-byebug/pry_ext.rb
lib/pry-byebug/pry_remote_ext.rb
lib/pry-byebug/version.rb
pry-byebug.gemspec
test/base_test.rb
test/breakpoints_test.rb
test/commands_test.rb
test/examples/break1.rb
test/examples/break2.rb
test/examples/stepping.rb
test/processor_test.rb
test/pry_ext_test.rb
test/pry_remote_ext_test.rb
test/test_helper.rb
-
Homepage
-
https://github.com/deivid-rodriguez/pry-byebug
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.2.2
-
Specification version
-
4
-
Summary
-
Fast debugging with Pry.
-
Test files
-
test/base_test.rb
test/breakpoints_test.rb
test/commands_test.rb
test/examples/break1.rb
test/examples/break2.rb
test/examples/stepping.rb
test/processor_test.rb
test/pry_ext_test.rb
test/pry_remote_ext_test.rb
test/test_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby