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

Break into debugger support is missing for Linux #411

Closed
mikezackles opened this issue Aug 10, 2020 · 1 comment
Closed

Break into debugger support is missing for Linux #411

mikezackles opened this issue Aug 10, 2020 · 1 comment

Comments

@mikezackles
Copy link
Contributor

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.

@onqtam
Copy link
Member

onqtam commented Sep 8, 2020

The relevant PR has been merged.

@onqtam onqtam closed this as completed Sep 8, 2020
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants