Django debugging

by admin on 26 May 2008

Spent a while reviewing Simon Willison’s Debugging Django presentation.  Asserting False to get exception pages and dropping into pdb with set_trace() weren’t new to me, but pdb.pm() and, most especially, using the test client in an interactive shell were new ideas and very interesting indeed.  Check it out if you don’t know what I mean and you’re interested.  It’s a very useful presentation.

Comments on this entry are closed.

Previous post:

Next post: