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 drallensmith
Recipients berker.peksag, davin, drallensmith, pitrou
Date 2017-08-10.15:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502378458.78.0.852472753919.issue31169@psf.upfronthosting.co.za>
In-reply-to
Content
pdb is not currently working for debugging a subprocess. I suspect I will need to put "import pdb" and "pdb.set_trace()" into managers.py.

BTW, a thank-you to berker.peksag; while the link is present in Travis, I should still have put it in.
History
Date User Action Args
2017-08-10 15:20:58drallensmithsetrecipients: + drallensmith, pitrou, berker.peksag, davin
2017-08-10 15:20:58drallensmithsetmessageid: <1502378458.78.0.852472753919.issue31169@psf.upfronthosting.co.za>
2017-08-10 15:20:58drallensmithlinkissue31169 messages
2017-08-10 15:20:58drallensmithcreate