Merge pull request #123 from Oscar-Garcia/patch-1

Update debug_statement_hook.py
This commit is contained in:
Anthony Sottile 2016-06-20 06:42:50 -07:00 committed by GitHub
commit 144c3857cd

View file

@ -7,7 +7,7 @@ import collections
import traceback
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q'])
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q', 'rdb'])
DebugStatement = collections.namedtuple(