You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of situations that cause byebug to totally softlock when using the debugger on windows. In Windows Terminal, if I attempt to use tab autocompletion, byebug can get totally stuck, with no way to input new text, ctrl + c break out of it, is unresponsive to hitting enter, or really anything. I'm usually forced to kill the entire process! This seems to happen only in the Windows Terminal, so it may be a bug there. It seems to happen moreso in a rails app. If you cannot EASILY reproduce, I'll investigate much deeper, it's something wrong with something else.
Expected behavior
Autocompletion working normally, or at least byebug not completely soft locking.
Actual behavior
Completely stuck in a debugger prompt.
Steps to reproduce the problem
Start a rails app
Hit a code path with a byebug
Attempt to use tab autocompletion in the middle of some already entered text
Try to do anything else
The text was updated successfully, but these errors were encountered:
Problem description
There are a number of situations that cause byebug to totally softlock when using the debugger on windows. In Windows Terminal, if I attempt to use tab autocompletion, byebug can get totally stuck, with no way to input new text,
ctrl + c
break out of it, is unresponsive to hitting enter, or really anything. I'm usually forced to kill the entire process! This seems to happen only in the Windows Terminal, so it may be a bug there. It seems to happen moreso in a rails app. If you cannot EASILY reproduce, I'll investigate much deeper, it's something wrong with something else.Expected behavior
Autocompletion working normally, or at least byebug not completely soft locking.
Actual behavior
Completely stuck in a debugger prompt.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: