Add bpdb to debug_statements_hook

This patch adds the bpython debugger import `bpdb` to the
debug_statements_hook.
This commit is contained in:
mwip 2023-08-02 15:47:15 +02:00
parent d2bd9cd497
commit bc7973eb59
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',