Post archive

Using pdb to debug management commands and unit tests (Debugging Django Series,Part 4)

2008 September 02

Screencast 4

Today's screencast is about pdb again. This time we are going to be debugging management commands, and unit tests for django. This is a little bit more powerful than the previous screencast which just introduced the basic debugging commands.

Setup

This screencast uses a couple of really ...