Registry / other / byebug

byebug

JSON →
library13.0.0rbrubygemsunverified

Byebug is a Ruby debugger implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation, providing breakpoint handling and a command line interface.

gem install byebug
INSTALL
IMPORT
SIG · BYEBUG
B
byebug
otherrubyv13.0.0
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.

Byebug
require 'byebug'

Start a debugging session with byebug.

require 'byebug' byebug x = 1 y = 2 puts x + y
Debug
Known issues
breakingByebug requires Ruby 2.3.0 or newer; older versions are not supported.
fix
Upgrade Ruby to version 2.3.0 or later.
affects: < 13.0.0
Upgrade
Version history
13.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
byebug — gem install byebug · libregistry