[BangPypers] link
srid
sridhar.ratna at gmail.com
Fri Sep 4 04:03:19 CEST 2009
On Thu, Sep 3, 2009 at 10:16 AM, Noufal Ibrahim<noufal at gmail.com> wrote:
> * Debugging: Guido uses print statements for 90% of his debugging and
> a debugger for the times when his brain stops working or he has to
> debug some wierd code that someone else wrote.
>
> http://panela.blog-city.com/a_talk_by_guido_van_rossum.htm
I too use print statements almost all the time. Even for debugging
CPython code. I guess it is due to my own laziness. Putting `print` or
`LOG.debug` is much easier/quicker compared to firing up a debugging
console (and remembering how to use it).
-srid
More information about the BangPypers
mailing list