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.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
For anyone who's had to cleanup some mail problems with Postfix configuration (or more often with other things, like anti-spam, tied in ...
-
In the course of troubleshooting the office Jabber server the other day, I came across some interesting info about the various caches that O...
-
For everyone who uses cron, you are familiar with the job schedule form: min hr day-of-month month day-of-week <command> A problem...
That link is dead. The permanent link is here:
ReplyDeletehttp://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/
Thanks
ReplyDelete