[Tutor] running & debugging in python interactive shel

W W srilyk at gmail.com
Thu Jan 15 19:20:45 CET 2009


On Wed, Jan 14, 2009 at 8:18 PM, Che M <pine508 at hotmail.com> wrote:

>  <snip>
> I'd like to add to this question and expand it:  can anyone point me to
> a good resource on debugging *generally*?
>

The first result on "Debugger tutorial" on google sent me to this:
http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html

Though it's for a specific program, it seems to have some good general
purpose advice. Personally, I've never had the need for a debugger (maybe
because I'm not writing complicated enough programs) - a simple "print"
statement (in the right spot) tends to take care of all of my debugging
needs.

-Wayne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090115/bf0d270f/attachment-0001.htm>


More information about the Tutor mailing list