You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I insert an "import ipdb;ipdb.set_trace()" inside a nose test case, running of the tests pauses but nothing is output on the terminal.
I've made a patch to fix this in my fork of ipdb in February 2010: see akaihola/ipdb@0894324
Unfortunately my repository isn't a fork of yours. IIRC I created it by cloning svn.gotcha.python-hosting.com since there were no GitHub mirrors at that time.