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

debug: check for SIGINT during debug prompt #77457

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

andrei8l
Copy link
Contributor

Summary

None

Purpose of change

Sending a SIGINT or closing the window doesn't work while a debug message is displayed.

Describe the solution

Check for SIGINT in the debug message input loop too...

Describe alternatives you've considered

Reverting #75999 and #67893 since pedantry is sometimes hard and fruitless

Testing

Sending a SIGINT or trying to close the window now shows the prompt during a debug message.

Screenshot From 2024-10-30 19-56-11

The debug prompt can be dismissed as usual

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) new contributor astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Oct 30, 2024
@Maleclypse Maleclypse merged commit 9eb7c6e into CleverRaven:master Nov 2, 2024
21 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` json-styled JSON lint passed, label assigned by github actions new contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants