Sha256: a22673e5f30ba228949589cab16d5ead005bca49354bcb9b5d709db5921aabb6
Contents?: true
Size: 493 Bytes
Versions: 17
Compression:
Stored size: 493 Bytes
Contents
= debase == Overview debase is a fast implementation of the standard debugger debug.rb for Ruby 2.0.0. The faster execution speed and 2.0.0 compatibility is achieved by utilizing a TracePoint mechanism in the Ruby C API. == Requirements debase requires Ruby 2.0.0 or higher. == Install debase is provided as a RubyGem. To install: <tt>gem install debase</tt> == License debase contains parts of the code from ruby-debug-base gem. See MIT_LICENSE and LICENSE for license information.
Version data entries
17 entries across 17 versions & 1 rubygems