-
Notifications
You must be signed in to change notification settings - Fork 32
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
pry-nav does not work with the latest version of pry #35
Comments
The old `pry-nav` is basically abandoned at this point, see <nixme/pry-nav#35> and <nixme/pry-nav#33> and the README points to `pry-byebug`: <https://github.com/nixme/pry-nav#using-mri-we-recommend-pry-byebug-instead>. Because of our usual support matrix of old Rubies, I've kept `pry-nav` around for older versions. I've also added `pry-debugger-jruby`, which is a nicer alternative for JRuby. This setup works correctly for all Rubies: 2.0 to 3.0, JRuby and even TruffleRuby.
The old `pry-nav` is basically abandoned at this point, see <nixme/pry-nav#35> and <nixme/pry-nav#33> and the README points to `pry-byebug`: <https://github.com/nixme/pry-nav#using-mri-we-recommend-pry-byebug-instead>. Because of our usual support matrix of old Rubies, I've kept `pry-nav` around for older versions. I've also added `pry-debugger-jruby`, which is a nicer alternative for JRuby. This setup works correctly for all Rubies: 2.0 to 3.0, JRuby and even TruffleRuby.
@cdhagmann this is fixed on master, give it a try and let me know what you think! We'll release a new version via rubygems soon. |
@iloveitaly thank you I use it daily and it works like a charm!!! With a but ;) I do not know which one of the repository below should I create an issue, thus commenting here as it is related. Otherwise please advise. Based on this comment, it seems that the pry-byebug fork works with pry-remote. However it looks like combining below, breaks pry-nav.
Basically using
This ONLY happens if I am using pry-remote PS: I was commenting here because I felt it has something to do with the commands sent by pry-nav |
@makikata are you on MRI ruby or another ruby runtime? |
@iloveitaly I am on MRI 3.0.1 EDIT: I did further testing today and it has nothing to do with pry-nav itself. Removing So please ignore |
Closing this out |
Bundler could not find compatible versions for gem "pry":
In Gemfile:
pry (~> 0.13.1)
The text was updated successfully, but these errors were encountered: