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
Hi! I would like the debugger to stop on unhandled exceptions. But doctest catch them all. Is it possible to temporary disable exception hijacking?
The text was updated successfully, but these errors were encountered:
Hmmm this was actually suggested long ago - so a stack trace can be obtained.
Could you try the DOCTEST_CONFIG_NO_EXCEPTIONS_BUT_WITH_ALL_ASSERTS config option and let me know if it is enough?
It changes the semantics for REQUIRE and the <LEVEL>_THROWS.../<LEVEL>_NOTHROW asserts though...
REQUIRE
<LEVEL>_THROWS...
<LEVEL>_NOTHROW
Sorry, something went wrong.
I'm sorry, turns out it work as is. I just had disabled breakpoints on exceptions.
No branches or pull requests
Hi!
I would like the debugger to stop on unhandled exceptions. But doctest catch them all.
Is it possible to temporary disable exception hijacking?
The text was updated successfully, but these errors were encountered: