Skip to content

Making detection of whether a debugger is attached more flexible#111

Merged
flub merged 1 commit intopytest-dev:masterfrom
apacha:fix/auto-timeout
Nov 2, 2021
Merged

Making detection of whether a debugger is attached more flexible#111
flub merged 1 commit intopytest-dev:masterfrom
apacha:fix/auto-timeout

Conversation

@apacha
Copy link
Copy Markdown
Contributor

@apacha apacha commented Nov 1, 2021

Previously, the debugger was only recognized if the name was matching exactly one of the well-known debugger names, which was not working as expected on MacOS. With these changes, a debugger that is called pydevd_frame_evalaluator_darwin_39_64 would also be recognized by the prefix pydevd_frame_evaluator, thus disabling timeouts.

See: #109

…xible.

Previously, the debugger was only recognized if the name was matching exactly one of the well-known debugger names, which was not working as expected on MacOS. With these changes, a debugger that is called `pydevd_frame_evalaluator_darwin_39_64` would also be recognized by the prefix `pydevd_frame_evaluator`, thus disabling timeouts.
@flub flub merged commit 748a9c3 into pytest-dev:master Nov 2, 2021
@flub
Copy link
Copy Markdown
Member

flub commented Nov 2, 2021

thanks!

@apacha apacha deleted the fix/auto-timeout branch November 2, 2021 20:30
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

Successfully merging this pull request may close these issues.

2 participants