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
This came up in microsoft/debugpy#863 (comment), where debugpy silently fails to hit API-set breakpoints when using coverage (e.g., python -m debugpy … -m pytest --cov …). Is this conflict something that can be detected at runtime as @fabioz suggests in that comment?
I'm aware of #647. This is a different request. I'm not asking whether coverage can be made to work with debuggers, only to detect whether it was overriding prior registrations and signal that to the user so they'd have some insight into why their debuggers weren't working as expected.
The text was updated successfully, but these errors were encountered:
This came up in microsoft/debugpy#863 (comment), where
debugpy
silently fails to hit API-set breakpoints when using coverage (e.g.,python -m debugpy … -m pytest --cov …
). Is this conflict something that can be detected at runtime as @fabioz suggests in that comment?I'm aware of #647. This is a different request. I'm not asking whether coverage can be made to work with debuggers, only to detect whether it was overriding prior registrations and signal that to the user so they'd have some insight into why their debuggers weren't working as expected.
The text was updated successfully, but these errors were encountered: