On Wed, Jan 14, 2009 at 8:18 PM, Che M <pine...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to