-
Notifications
You must be signed in to change notification settings - Fork 486
No keyboard output when debugg 8000 ing #897
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
Comments
Is anyone maintaining this or am I the only one seeing this issue? |
I'm encountering it as well |
do you have rb-readline gem installed? |
Thanks @lluis ! |
This doesn't seem to be a solution, since rb-readline is suggested by the gem to work properly on MacOS |
I am having this issue with pure byebug. Makes it very annoying to debug. Related SO post: https://stackoverflow.com/questions/63492596/why-cant-i-type-in-terminal-after-hitting-binding-pry-or-byebug-when-running-ra |
In my Rails application I am using the following gems for guard debugging:
The problem is that when I drop into a debugger I don't see any output when I type. The commands work, but I'm blind to what I am typing. Can someone point me in the right direction? Is this a Guard issue?
Incidentally, I am able to resolve the issue by downgrading:
The text was updated successfully, but these errors were encountered: