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.
debase alternatives and similar gems
Based on the "Debugging Tools" category.
Alternatively, view debase alternatives based on common mentions on social networks and blogs.
-
Rails Footnotes
Every Rails page has footnotes that gives information about your application and links back to your editor -
ruby_jard
DISCONTINUED. Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging. -
rails_tracepoint_stack
A formatted output of all methods called in your rails application of code created by the developer, with the complete path to the class/module, including passed params. -
FlowTrace
Brand new remote app inspecting tool. Declare feature steps and receive params, stack trace and whatever you want. -
Rbcat
DISCONTINUED. Rbcat it's a CLI tool which reads content from standard input and colorizes it by set of regex rules
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of debase or a related project?
README
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.