"Che M" wrote
tutors here had any recommendations. I just checked Alan Gauld's
tutorial and I see it doesn't have a debugger section (completely
You need to get a copy of the paper book, it has a chapter on
debugging,
starting with print statements and going through to the Python
debugger
Date: Thu, 15 Jan 2009 12:20:45 -0600
From: sri...@gmail.com
To: pine...@hotmail.com
Subject: Re: [Tutor] running & debugging in python interactive shel
CC: tutor@python.org
On Wed, Jan 14, 2009 at 8:18 PM, Che M wrote:
>> I'd like to add to this question and expand
On Wed, Jan 14, 2009 at 8:18 PM, Che M wrote:
>
> 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
Thou