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

Possible KeBugCheck improvements #47

Open
dthaler opened this issue Jul 14, 2023 · 0 comments
Open

Possible KeBugCheck improvements #47

dthaler opened this issue Jul 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dthaler
Copy link
Contributor

dthaler commented Jul 14, 2023

Currently the implementation throws a C++ exception, which cannot be caught by Catch2 across a C API.

https://learn.microsoft.com/en-us/cpp/cpp/using-setjmp-longjmp?view=msvc-170 says setjmp/longjmp can be used in both C and C++ and may provide a better mechanism. We should investigate if that might work with Catch2.

@dthaler dthaler added the enhancement New feature or request label Jul 14, 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