Monday, January 3, 2011

Re: Django dev server issue


On Jan 3, 2011, at 4:28 PM, Brian Bouterse wrote:

Have you tried using pdb to debug the call as it arrives?  You could step through the code, line by line that way to see what is hanging.

My 2 cents,
Brian

I enthusiastically second this. If you're unfamiliar with pdb, check out this slice of awesome:


Incidentally, the Python doc page has just a bit that's not in the tutorial. The only thing that springs to mind is the 'skip' argument, but you might want to skim it. The debugger is a fantastic tool to have in your toolbox.


Shawn

No comments:

Post a Comment