pry-byebug
pry-byebug copied to clipboard
Rest of byebug commands (descend into byebug)
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.
Any news? The list
command is really useful when I’m lost.
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.