🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

debase

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debase

0.2.9
Rubygems
Version published
Maintainers
2
Created
Source

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.

FAQs

Package last updated on 03 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts