Skip to content
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

Byebug loses Keyboard input on windows #237

Closed
Startouf opened this issue Apr 17, 2016 · 1 comment
Closed

Byebug loses Keyboard input on windows #237

Startouf opened this issue Apr 17, 2016 · 1 comment

Comments

@Startouf
Copy link

  • byebug version 8.2.4, using it with Rails 5.0.0beta3
  • Windows 10, ruby 2.2.3p173 (2015-08-18 revision 51636) [x64-mingw32]

Something quite weird happens randomly when I am using byebug. Sometimes I partially lose keyboard input. Partially because

  • up/down arrows for reverse history still work and pop up the text in my powershell windows
  • Enter key still "submits" the input,
  • any other key, including paste shortcut, does not do anything (apart from submitting the prevous command when I press enter)

I cannot even kill the process with Ctrl+c and I have to manually close my PS window and restart my ruby/rails process when that happens

I have no idea how I can debug that and give you feedback. Please tell me if there is something I can do, or I will keep monitoring and reply asap when I can find easily reproduceable steps

@deivid-rodriguez
Copy link
Owner

This is a dup of #59 or #63, we should probably merge those into a single bug! You could try reapplying bb98cd6 and see if it fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants