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.
That link is dead. The permanent link is here:
ReplyDeletehttp://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/
Thanks
ReplyDelete