On 5/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I'm moving forward with my learning of Python, but I've decided it's
finally time to address a problem that has haunted me in every language I've
every tried to learn: debugging.   I'm just not very good at it. Does anyone
have recommendations for Python-centric books/online tutorials that teach
you techniques for good debugging?


<snip>

Hi David, welcome to Python!

You should look at the pdb module.  A good tutorial is at
http://www.ferg.org/papers/debugging_in_python.html

Good luck!
Ben
(accidentally replied directly to David the first time)
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to