-
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
Pry-Remote with Pow on Rails 4 #61
Comments
I'm seeing this same problem with Rails 4.2 on Ruby 2.2.0. |
@indirect please show your Full Gemfile and Gemfile.lock |
@youconsulting https://gist.github.com/indirect/6ef6ac8aa640d7f56b69
|
I'm seeing this too. Calling binding.pry_remote causes the server process to block as expected. Running pry-remote on the command line to attach then causes the message as quoted above by @indirect - looks a bit like normal interactive pry. Unfortunately that terminal is shared across multiple forked processes. Running rails 3.2.13, pry 0.10.1, pry-byebug 3.0.1, pry-remote 0.1.8, and pry-stack_explorer 0.4.9.1. |
I am seeing this issue as well, using Rails 4.2.1, pry-byebug 3.1.0, pry-remote 0.1.8 on OSX Yosemite. |
Reverting back to version 1.3.3 of pry-byebug fixes the issue: The author of pry-byebug doesn't use the gem any more, so is understandably unmotivated to fix issues: |
I also had to revert back to version |
Problem:
When added binding.remote_pry to my code it breaks the code but when I can't get into the debugger by typing pry-remote. This used to work when running Rails 3 and Ruby 1.9.3.
Side note:
When running Rails s instead of Pow and binding.pry instead binding.remote_pry , it falls into the debugger.
What I'm running:
Pow 0.5.0
ruby 2.1.5p273
Rails 4.2.0
OSX 10.9.5
Gemfile
gem 'pry'
gem 'pry-remote'
gem 'pry-stack_explorer'
gem 'pry-rails'
gem 'byebug'
gem 'pry-byebug'
Gemfile.lock
pry (0.10.1)
coderay (
> 1.1.0)> 0.8.1)method_source (
slop (
> 3.4)> 3.4)pry-byebug (3.0.1)
byebug (
pry (
> 0.10)> 0.9)pry-rails (0.3.3)
pry (>= 0.9.10)
pry-remote (0.1.8)
pry (
slop (~> 3.0)
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
The text was updated successfully, but these errors were encountered: