Skip to content

ruby-debug/debase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e97acd0 · Feb 3, 2025
Nov 12, 2024
Feb 3, 2025
Feb 3, 2025
Feb 5, 2021
Nov 12, 2024
Nov 1, 2024
Aug 14, 2012
Dec 19, 2012
Dec 19, 2012
Jan 13, 2021
Nov 1, 2024
Feb 3, 2025

Repository files navigation

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.