Saturday 15 October 2011

Debugging Python Scripts

This is really just props for a site I found with a nice walk-through of using the Python Debugger - pdb.

http://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/

pdb your built-in step-through debugger allowing you to inspect objects and all the usual things you need in developing a program.

2 comments:

  1. That link is dead. The permanent link is here:

    http://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/

    ReplyDelete

Popular Posts