On Fri, Sep 13, 2013 at 2:36 PM, Dhruv Baldawa <[email protected]>wrote:
> This is what I use for debugging: > from IPython.core.debugger import Tracer; Tracer()() > > works mostly like pdb, with some nice features like tab completions > The best debugging tool I've used so far is the print statement. What about others? Anand _______________________________________________ BangPypers mailing list [email protected] https://mail.python.org/mailman/listinfo/bangpypers
