-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Feature Request: Add pry-remote support for finish and continue #13
Comments
I'm also finding it odd that |
This should improve `pry-remote` support (see #13)
Hi @MaxGabriel and @calus! Can you check latest master and see if this is fixed? Thanks! |
I tried to check master, but I'm getting an error trying to set a breakpoint now. I've raised that as a new issue - #32. |
Cheers for fixing #32 - tried it again now and it doesn't exit when I call |
You are welcome! :) Closing. |
Based on Mon-Ouie's comment, the current implementation of
finish
andcontinue
is incompatible withpry-byebug
/pry-debugger
since it ends the current pry session.I see there are several places where in
pry-byebug
's codebase that attempt to keep compatibility withpry-remote
. Is it possible to also support thecontinue
andfinish
commands?The text was updated successfully, but these errors were encountered: