-
Notifications
You must be signed in to change notification settings - Fork 81
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
Compatibility with pry-nav #35
Comments
I've been seeing this same behavior recently. Using:
|
+1. Been getting the same issue with
Thanks! Let me know if there's anything we can help with |
Also experiencing this issue with
And with:
|
Hey, I'm not certain where the issue is located. pry-nav seems to have code in it to handle pry-remote (https://github.com/nixme/pry-nav/blob/master/lib/pry-nav/pry_remote_ext.rb). Maybe that has been broken since then? |
So I might be wrong but I don't think this is an issue with pry-remote. Salute. |
… together This adds a note to the 'Debugging Tasks' section of the docs under the ruby section that the library we recommend, 'pry-remote', does not work with common pry libraries 'pry-nav' and 'pry-byebug'. This issues is [known](Mon-Ouie/pry-remote#35 (comment)) and does not seem likely to be resolved. I opted not to include this in our known issues page since this isn't an issue with Bolt itself. Closes puppetlabs#2167 !no-release-note
… together This adds a note to the 'Debugging Tasks' section of the docs under the ruby section that the library we recommend, 'pry-remote', does not work with common pry libraries 'pry-nav' and 'pry-byebug'. This issues is [known](Mon-Ouie/pry-remote#35 (comment)) and does not seem likely to be resolved. I opted not to include this in our known issues page since this isn't an issue with Bolt itself. Closes puppetlabs#2167 !no-release-note
Is it compatible with pry-nav? I can't make it to work, when I "next" or "step" it goes into PryRemote code
The text was updated successfully, but these errors were encountered: