Add bpdb to debug_statements_hook
This patch adds the bpython debugger import `bpdb` to the debug_statements_hook.
This commit is contained in:
parent
d2bd9cd497
commit
bc7973eb59
|
@ -8,6 +8,7 @@ from typing import Sequence
|
|||
|
||||
|
||||
DEBUG_STATEMENTS = {
|
||||
'bpdb',
|
||||
'ipdb',
|
||||
'pdb',
|
||||
'pdbr',
|
||||
|
|
Loading…
Reference in New Issue