Monday, November 17, 2008

PDB and django.test.client

by Kevin Fricovsky

How to use pdb and django.test.client to solve bugs in production without editing the code and potentially disrupting service.

Bookmark and Share

Continue reading… Join the Discussion, 0 people have left comments.

Tuesday, September 2, 2008

Using PDB to Debug Management Commands

by Kevin Fricovsky

Another post from @ericholscher (#4 in the debug series) "Using pdb to debug management commands and unit tests"

Bookmark and Share

Continue reading… Join the Discussion, 0 people have left comments.

Tuesday, September 2, 2008

Using PDB to Debug

by Kevin Fricovsky

Continuing his excellent Django debug series @ericholscher - Using pdb, the Python Debugger.

Bookmark and Share

Continue reading… Join the Discussion, 0 people have left comments.

Tags/Topics view all