pry-debugger
pry-debugger copied to clipboard
Keep running pry-remote instead of starting pry-remote session everytime
It'll be great if i can keep running 'bundle exec pry-remote' in a separate terminal which gets invoked on binding.remote_pry calls.
Currently, there is no way to start pry-remote in advance and pry-remote session gets closed after i hit continue in pry.
Is this what you want? can you try it? https://github.com/jugyo/pry-remote-auto
pry-remote-auto looks great, but it opens a new terminal whenever it encounters binding.remote_pry
In case i have an embedded terminal in IDE/editor, this isn't very helpful. It'll be better to keep pry-remote running in the same terminal window
ok, please file the issue here: https://github.com/mon-ouie/pry-remote
That's the official repo for pry-remote, this repo here is for pry-debugger :)
Has there been any progress about this? I just created an issue for this a few minutes ago:
https://github.com/Mon-Ouie/pry-remote/issues/47
By the way, pry-remote-auto seems quite useful. It doesn't solve the problem, but it offers a nice workaround which I think I'm able to integrate into my work progress quite easily.