[issue22210] pdb-run-restarting-a-pdb-session

Ned Deily report at bugs.python.org
Sat Aug 16 22:32:07 CEST 2014


Ned Deily added the comment:

Without more information, it is hard to know exactly what problem you are seeing but it appears you are trying to run pdb from within the tornado web server.  That may be difficult to do; I'm guessing that the pdb debugger main loop does not play well with an event loop in tornado.  You might want to ask first on the tornado mailing list: http://www.tornadoweb.org/en/stable/index.html.  Otherwise, please show exactly how to reproduce the behavior in pdb that you believe to be in error.

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22210>
_______________________________________


More information about the Python-bugs-list mailing list