Open
Description
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.