-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Ctrl+C exits debugger from repl v4.0.0 #2887
Comments
^ I'm using gitbash with windows 7 (if that should matter) |
In a lot of terminals (probably originating from Unix systems or earlier) this is by-design. On Unix, Ctrl+C sends a Are you trying to copy text? Well, on the topic of "terminal norms", Ctrl+Shift+C is generally what most terminals seem to use to copy text out of them, usually Ctrl+Shift+[key] is the counterpart for Ctrl+[key] in a normal terminal environment. |
On OS X, when I fire up the debugger, the first cntl-c results in a message telling me to hit cntl-c again if I want to exit. As long as I don't hit cntl-c twice in a row, it won't exit. Perhaps this issue is Windows-specific. |
Not trying to copy text, I'm just trying to close repl and go back to being able to step through the debugger. I have no way of doing that currently. |
/cc @nodejs/platform-windows |
is this still an issue? |
I guess that #12123 solved this. If it still happens fell free to reopen the issue. |
I thought this was fixed, but I guess I'm still having this issue. Command-line debugging is painful enough, this needs to be fixed please!
The text was updated successfully, but these errors were encountered: