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
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