Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support remote IRB #672

Open
st0012 opened this issue Aug 7, 2023 · 0 comments
Open

Support remote IRB #672

st0012 opened this issue Aug 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@st0012
Copy link
Member

st0012 commented Aug 7, 2023

(originally proposed by @zzak)

Description

Currently IRB can't be used without direct access to standard IO. This makes it hard to use with tools like foreman.

If we expect IRB to become a more powerful debugging tool, especially after #575 and similar enhancements, the need to connect to it remotely will only grow.

Implementation

  1. Centralise IRB's IO interaction (Avoid using arbitrary puts to print output #580)
  2. Enhance the IO layer with remote connecting medium options (TCP/IP, Socket...etc.)
  3. TBD
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant