pry-byebug icon indicating copy to clipboard operation
pry-byebug copied to clipboard

Rest of byebug commands (descend into byebug)

Open alcroito opened this issue 6 years ago • 2 comments

I searched around and couldn't find information on how I could use the rest of the byebug commands that are not explicitly exported by pry-byebug (for .e.g. list, list -, list +)

Is there some way to descend into the byebug session from within pry?

Currently I need to uninstall pry-byebug, and instead use the 'byebug' statement to start the debugger, run "pry" to go into the repl, run some commands, then "exit", "next", "next", "pry" again, commands, "exit", "next", etc.

alcroito avatar Jul 10 '18 08:07 alcroito

Any news? The list command is really useful when I’m lost.

FranklinYu avatar Apr 01 '19 13:04 FranklinYu

One approach is to just invoke byebug instead of binding.pry when you need the full power of byebug. Not ideal, but better than nothing.

f3ndot avatar Apr 25 '19 15:04 f3ndot