Merge pull request #614 from cansarigol/pdbr-debug-statements

Added pdbr into debug statements
This commit is contained in:
Anthony Sottile 2021-06-15 07:10:05 -07:00 committed by GitHub
commit 0bedbb96b9
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',