Popularity
3.1
Growing
Activity
4.2
-
208
13
30

Description

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.

Code Quality Rank: L4
Programming language: C
License: BSD 2-clause "Simplified" License
Latest version: v0.2.3

debase alternatives and similar gems

Based on the "Debugging Tools" category.
Alternatively, view debase alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of debase or a related project?

Add another 'Debugging Tools' Gem

README

Gem Version Build Status

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:

gem install debase

License

debase contains parts of the code from ruby-debug-base gem. See MIT_LICENSE and LICENSE for license information.


*Note that all licence references and agreements mentioned in the debase README section above are relevant to that project's source code only.