Sha256: a8fb7225b87701cba09ce0e5f6f3586f32f9286ba4ffdf2f43b33b3cc6580834
Contents?: true
Size: 713 Bytes
Versions: 5
Compression:
Stored size: 713 Bytes
Contents
[gem]: https://rubygems.org/gems/debase [travis]: https://travis-ci.org/ruby-debug/debase [![Gem Version](https://badge.fury.io/rb/debase.png)][gem] [![Build Status](https://secure.travis-ci.org/ruby-debug/debase.png)][travis] ## 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
5 entries across 5 versions & 2 rubygems