Merge pull request #942 from mwip/add_bpdb_to_debug_statements_hook

Add bpdb to debug_statements_hook
This commit is contained in:
Anthony Sottile 2023-08-02 12:53:29 -04:00 committed by GitHub
commit 1790c6b40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from typing import Sequence
DEBUG_STATEMENTS = {
'bpdb',
'ipdb',
'pdb',
'pdbr',