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

std::abort is too annoying on Windows #172

Open
0vercl0k opened this issue May 18, 2023 · 0 comments
Open

std::abort is too annoying on Windows #172

0vercl0k opened this issue May 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@0vercl0k
Copy link
Owner

std::abort will trigger the JIT debugger on Windows which is super annoying. I need to throw exceptions / catch them if no debugger is attached & abort/__debugbreak() if attached so that it still is easy to break when things go wrong.

@0vercl0k 0vercl0k self-assigned this May 18, 2023
@0vercl0k 0vercl0k added the enhancement New feature or request label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant