[Tutor] Learning to Debug?

Ben Sherman bensherman at gmail.com
Wed May 16 19:20:12 CEST 2007


On 5/16/07, dsh0105 at comcast.net <dsh0105 at comcast.net> 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070516/1c5e3e09/attachment.htm 


More information about the Tutor mailing list