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

View file

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