Project

debase

1.1
No release in over 3 years
Low commit activity in last 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project 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.