You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: