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

Feature request: Detect (and warn) if in conflict with debugger #1337

Open
posita opened this issue Mar 4, 2022 · 1 comment
Open

Feature request: Detect (and warn) if in conflict with debugger #1337

posita opened this issue Mar 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@posita
Copy link

posita commented Mar 4, 2022

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.

@posita posita added enhancement New feature or request needs triage labels Mar 4, 2022
@posita posita changed the title Detect (and warn) if in conflict with debugger Feature request: Detect (and warn) if in conflict with debugger Mar 4, 2022
@nedbat
Copy link
Owner

nedbat commented Mar 5, 2022

Yes, I suppose coverage could warn that a trace function is in place when it starts.

@nedbat nedbat added next and removed needs triage labels Mar 5, 2022
@nedbat nedbat removed the next label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants