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

bpython debugger not caught by debug-statements-hook #941

Closed
mwip opened this issue Aug 2, 2023 · 0 comments · Fixed by #942
Closed

bpython debugger not caught by debug-statements-hook #941

mwip opened this issue Aug 2, 2023 · 0 comments · Fixed by #942

Comments

@mwip
Copy link
Contributor

mwip commented Aug 2, 2023

The following statement is not caught by debug-statements:

import bpdb; bpdb.set_trace()

Maybe as ipdb is included, it would make sense to add bpdb, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants