Update debug_statement_hook.py

Adds celery rdb as debugger: http://docs.celeryproject.org/en/latest/tutorials/debugging.html
This commit is contained in:
Oscar-Garcia
2016-06-20 09:41:22 +02:00
committed by GitHub
parent 6dfcb89af3
commit ea320d7463

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(