Sha256: b03f83cf504fa743cc6dfee50e1c99cedacda8444c17a0ef0043efbd89e30e4c
Contents?: true
Size: 690 Bytes
Versions: 4
Compression:
Stored size: 690 Bytes
Contents
[![Gem Version](https://badge.fury.io/rb/debase.png)](https://rubygems.org/gems/debase) [![Build Status](https://travis-ci.org/ruby-debug/debase.svg?branch=master)](https://travis-ci.org/ruby-debug/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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
avalara_sdk-24.12.0 | vendor/bundle/ruby/2.7.0/gems/debase-0.2.8/README.md |
debase-0.2.8 | README.md |
debase-0.2.7 | README.md |
debase-0.2.6 | README.md |