We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating to jazz_fingers, I got the following error while trying to work with pry-remote:
[pry-remote] Waiting for client on druby://127.0.0.1:9876 [pry-remote] Client received, starting remote session From: /home/greg/.rvm/gems/ruby-2.2.0@ibarn/gems/pry-remote-0.1.8/lib/pry-remote.rb @ line 191 PryRemote::Server#teardown: 182: def teardown 183: # Reset output streams 184: $stdout = @old_stdout 185: $stderr = @old_stderr 186: 187: # Reset config 188: Pry.config.pager = @old_pager 189: 190: # Reset sysem => 191: Pry.config.system = @old_system 192: 193: puts "[pry-remote] Remote session terminated" 194: 195: begin 196: @client.kill 197: rescue DRb::DRbConnError 198: puts "[pry-remote] Continuing to stop service" 199: ensure 200: puts "[pry-remote] Ensure stop service" 201: DRb.stop_service 202: end 203: end
From what I have found, this is the issue of the lack of compatibility between pry-byebug 2.0 and pry-remote - see issue deivid-rodriguez/pry-byebug#33 and Mon-Ouie/pry-remote#58.
Pry-remote works fine with pry-byebug 1.3.3, so maybe for now (until the author of pry-byebug solves the issue) the dependency can be weakend?
The text was updated successfully, but these errors were encountered:
Ok @matfiz . I'm following both repos now to get updated on that. Your proposal seems reasonable since pry-byebug 2.0.0 changelog says:
pry-byebug 2.0.0
Sorry, something went wrong.
f8633e7
@matfiz Can you try version 1.0.0?
1.0.0
Thanks!
I confirm that with pry-byebut 1.3.3 it works fine 😃
Thanks for the prompt response to this issue 👍
Bump pry-byebug version to ~> 3.1
4f2077a
No branches or pull requests
After updating to jazz_fingers, I got the following error while trying to work with pry-remote:
From what I have found, this is the issue of the lack of compatibility between pry-byebug 2.0 and pry-remote - see issue deivid-rodriguez/pry-byebug#33 and Mon-Ouie/pry-remote#58.
Pry-remote works fine with pry-byebug 1.3.3, so maybe for now (until the author of pry-byebug solves the issue) the dependency can be weakend?
The text was updated successfully, but these errors were encountered: