
Feb. 28, 2012
4:16 p.m.
On Feb 27, 2012, at 10:59 PM, Michael Foord wrote:
I may be misremembering, but I think debugging support is also problematic because of the stdout redirection.
This one is largely solved too, but the trick is to put the pdb entry on the same line as the doctest line you care about, e.g.: >>> import pdb; pdb.set_trace(); command.process(None) GNU Mailman 3... When the debugger drops me into command.process(), everything Just Works. Cheers, -Barry