You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
fabioz
changed the title
sys.__breakpointhook__ should be available when __builtin__.breakpoint is set
sys.__breakpointhook__ should be available when __builtin__.breakpoint is set (pre Python 3.7)
Aug 23, 2018
fabioz
added a commit
to fabioz/ptvsd
that referenced
this issue
Aug 23, 2018
This is because
pytest
checks if__builtin__.breakpoint
is set but later moves on to usesys.__breakpointhook__
which wouldn't be set.i.e.:
https://github.com/pytest-dev/pytest/blob/master/src/_pytest/debugging.py#L67
I'll submit a fix for this shortly.
The text was updated successfully, but these errors were encountered: