Registry / utility / debugger

debugger

JSON →
library1.6.8rbrubygemsunverified

A fast implementation of the standard Ruby debugger debug.rb using a Ruby C API hook.

gem install debugger
INSTALL
IMPORT
SIG · DEBUGGER
D
debugger
utilityrubyv1.6.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Debugger
require 'debugger'

Set a breakpoint using the debugger method.

require 'debugger' def foo debugger puts 'Hello' end foo
Debug
Known issues
breakingThis gem is no longer maintained and may not work with Ruby 2.0+.
fix
Use byebug or debug (Ruby 3.1+) instead.
affects: >= 1.6.0
Upgrade
Version history
1.6.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
debugger — gem install debugger · libregistry