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 matrixise
Recipients matrixise, steve.dower
Date 2018-10-09.14:19:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539094779.54.0.545547206417.issue34945@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Steve,

I have a regression since the commit d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed,

commit d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed (HEAD)
Author: Steve Dower <steve.dower@microsoft.com>
Date:   Tue Sep 18 09:10:26 2018 -0700

    bpo-34582: Adds JUnit XML output for regression tests (GH-9210)


Before, I could use pdb for the debugging or just use the print() function for debugging.

Now, this is just impossible, because stdout & stderr are mapped to an other destination.

For the test, just add `import pdb; pdb.set_trace()` in a test and try to execute it.

Thank you
History
Date User Action Args
2018-10-09 14:19:39matrixisesetrecipients: + matrixise, steve.dower
2018-10-09 14:19:39matrixisesetmessageid: <1539094779.54.0.545547206417.issue34945@psf.upfronthosting.co.za>
2018-10-09 14:19:39matrixiselinkissue34945 messages
2018-10-09 14:19:39matrixisecreate