[BangPypers] Debugging functions/tools/ways
Saager Mhatre
saager.mhatre at gmail.com
Fri Sep 13 12:28:42 CEST 2013
On Fri, Sep 13, 2013 at 2:46 PM, Anand Chitipothu <anandology at gmail.com>wrote:
> On Fri, Sep 13, 2013 at 2:36 PM, Dhruv Baldawa <dhruvbaldawa at gmail.com
> >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?
>
Unit tests... anyone? :)
- d
More information about the BangPypers
mailing list