Sha256: 0d4f4c189685107f08274f3d92092bba84154ac10f5d071d2c8bea0e7cd78095
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# Byebug [](http://travis-ci.org/deivid-rodriguez/byebug) [](https://codeclimate.com/github/deivid-rodriguez/byebug) [](https://gemnasium.com/deivid-rodriguez/byebug) A Ruby 2.0 debugger. ## Install Just type $ gem install byebug or if you use bundler, drop gem 'byebug' in your Gemfile ## Usage Wherever you want to start debugging, simply drop: byebug and the execution will stop and allow you to start debugging. ## Credits Everybody who has ever contributed to this forked and reforked piece of software, specially: * Kent Sibilev and Mark Moseley, original authors of [ruby-debug](https://github.com/mark-moseley/ruby-debug). * Gabriel Horner, [debugger](https://github.com/cldwalker/debugger)'s mantainer. * Koichi Sasada, author of the new C debugging API for Ruby. * Dennis Ushakov, author of [debase](https://github.com/denofevil/debase), the starting point of this.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
byebug-1.0.2 | README.md |
byebug-1.0.1 | README.md |