We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ctrl+C is useful for a variety of things in GDB; but it also exits the server. Should figure out a way to make it ignore that.
The text was updated successfully, but these errors were encountered:
[gdb] Don't exit on Ctrl+C
c30ffb2
Ctrl+C is a useful command in GDB (e.g. to interrupt program execution), and we should not exit the server in that case. Fixes: MicrosoftEdge#102
731524a
Ctrl+C is a useful command in GDB (e.g. to interrupt program execution), and we should not exit the server in that case. Fixes: #102
No branches or pull requests
Ctrl+C is useful for a variety of things in GDB; but it also exits the server. Should figure out a way to make it ignore that.
The text was updated successfully, but these errors were encountered: