-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Break into debugger support is missing for Linux #411
Comments
mikezackles
added a commit
to mikezackles/doctest
that referenced
this issue
Aug 10, 2020
mikezackles
added a commit
to mikezackles/doctest
that referenced
this issue
Aug 10, 2020
onqtam
pushed a commit
that referenced
this issue
Sep 8, 2020
The relevant PR has been merged. |
gjasny
added a commit
to gjasny/buildcache
that referenced
this issue
Dec 10, 2020
Fixes debugger integration on Apple Silicon. See: doctest/doctest#411 Upstream: https://github.com/onqtam/doctest Git SHA: 8424be522357e68d8c6178375546bb0cf9d5f6b3
gjasny
added a commit
to gjasny/buildcache
that referenced
this issue
Dec 21, 2020
Fixes debugger integration on Apple Silicon. See: doctest/doctest#411 Upstream: https://github.com/onqtam/doctest Git SHA: 8424be522357e68d8c6178375546bb0cf9d5f6b3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this library!
Description
Currently doctest does not break into the debugger on failed assertions if running on Linux.
Steps to reproduce
When running tests with a failing assertion inside a debugger on Linux, the tests run to completion and report a failure.
The text was updated successfully, but these errors were encountered: