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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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