Added pdbr into debug statements
This commit is contained in:
parent
252f04654d
commit
41b29e8c8d
|
@ -10,6 +10,7 @@ from typing import Sequence
|
|||
DEBUG_STATEMENTS = {
|
||||
'ipdb',
|
||||
'pdb',
|
||||
'pdbr',
|
||||
'pudb',
|
||||
'pydevd_pycharm',
|
||||
'q',
|
||||
|
|
Loading…
Reference in New Issue