With a little trick it will even work with nosetests: import sys; sys.stdout = sys.__stdout__; import ipdb; ipdb.set_trace().
確定! 回上一頁