This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, zhengxiexie
Date 2014-08-16.20:32:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408221127.71.0.476362415089.issue22210@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-16 20:32:07ned.deilysetrecipients: + ned.deily, zhengxiexie
2014-08-16 20:32:07ned.deilysetmessageid: <1408221127.71.0.476362415089.issue22210@psf.upfronthosting.co.za>
2014-08-16 20:32:07ned.deilylinkissue22210 messages
2014-08-16 20:32:07ned.deilycreate