Registry / other / pry-byebug

pry-byebug

JSON →
library3.12.0rbrubygemsunverified

Pry Byebug combines Pry with Byebug to add step, next, finish, continue, and break commands for controlling execution in a Pry session.

gem install pry-byebug
INSTALL
IMPORT
SIG · PRY-BYEBUG
P
pry-byebug
otherrubyv3.12.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.

PryByebug
require 'pry-byebug'

Start a Pry debugging session with byebug commands.

require 'pry-byebug' binding.pry x = 1 y = 2 puts x + y
Debug
Known issues
breakingpry-byebug requires both Pry and Byebug to be installed; missing either will cause load errors.
fix
Ensure both 'pry' and 'byebug' gems are in your Gemfile.
affects: >= 3.0.0
Upgrade
Version history
3.12.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pry-byebug — gem install pry-byebug · libregistry