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 sirlark
Recipients sirlark, splitscreen
Date 2008-06-28.15:05:32
SpamBayes Score 0.018741863
Marked as misclassified No
Message-id <1214665535.67.0.963381095052.issue1503502@psf.upfronthosting.co.za>
In-reply-to
Content
I've been working on a patch that allows pdb when run as a script to
split it's output such that the program being debugged uses a specified
tty for stdin/stdout, and leave the pdb.py IO on the original
stdin/stdout. I think perhaps these efforts should be merged. Certainly
your suggested patch would make my work much easier.
History
Date User Action Args
2008-06-28 15:05:36sirlarksetspambayes_score: 0.0187419 -> 0.018741863
recipients: + sirlark, splitscreen
2008-06-28 15:05:35sirlarksetspambayes_score: 0.0187419 -> 0.0187419
messageid: <1214665535.67.0.963381095052.issue1503502@psf.upfronthosting.co.za>
2008-06-28 15:05:34sirlarklinkissue1503502 messages
2008-06-28 15:05:33sirlarkcreate