Added pdbr into debug statements

This commit is contained in:
Can Sarıgöl
2021-06-15 09:28:11 +02:00
committed by GitHub
parent 252f04654d
commit 41b29e8c8d

View File

@ -10,6 +10,7 @@ from typing import Sequence
DEBUG_STATEMENTS = {
'ipdb',
'pdb',
'pdbr',
'pudb',
'pydevd_pycharm',
'q',