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

Install a CTRL-C handler so we can always break into the debugger. #21

Open
matthewpersico opened this issue Aug 26, 2024 · 0 comments
Open

Comments

@matthewpersico
Copy link
Owner

If you forget to set a breakpoint, you'd like to be able to stop the debugger. This, of course, would end up overriding any existing handler in the code, so maybe try to detect if one is going to be installed and warn. Or maybe we must prevent it being loaded and overriding the debugger's handler.

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

No branches or pull requests

4 participants
@matthewpersico and others