Re: pydb output vanishes when running nosetests doctests

2009-05-18 Thread Diez B. Roggisch
jcervidae wrote: > Hi Pythonistas: > > When pydb.debugger() is launched from within my code or for some other > reason pydb starts from inside a nosetests or doctest, I do not see > any output from it. It appears the test has hung but it hasn't. If I > type commands pydb obeys them I just can't s

pydb output vanishes when running nosetests doctests

2009-05-18 Thread jcervidae
Hi Pythonistas: When pydb.debugger() is launched from within my code or for some other reason pydb starts from inside a nosetests or doctest, I do not see any output from it. It appears the test has hung but it hasn't. If I type commands pydb obeys them I just can't see the results. How can I stop