Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rest of byebug commands (descend into byebug) #184

Open
alcroito opened this issue Jul 10, 2018 · 2 comments
Open

Rest of byebug commands (descend into byebug) #184

alcroito opened this issue Jul 10, 2018 · 2 comments

Comments

@alcroito
Copy link

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.

@FranklinYu
Copy link

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

@f3ndot
Copy link

f3ndot commented Apr 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants