RubyGems.org

debase

0.0.4

debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0. It is implemented by utilizing a new Ruby TracePoint class. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things.

installgem install debase
Authors

Dennis Ushakov

1,134 total downloads 350 for this version
Owners

Ffa18f4fe47ac281b2342b717efa3540

Gemfile
gem "debase", "~> 0.0.4"
Versions
  1. 0.0.4 April 29, 2013
  2. 0.0.3 March 11, 2013
  3. 0.0.2 February 27, 2013
Development Dependencies
  1. rake >= 0
  2. test-unit >= 0