pry-byebug
pry-byebug copied to clipboard
Make the `pry-byebug` compatible with `pry-remote` gem
I couldn't find a better way to pass the pry-remote input and output to pry instance without changing a lot of the byebug processors, This is why I had to use the Context.interface.
Fixes #33