Re: Trouble using pdb with manage.py runserver

2009-05-16 Thread Antoni Aloy
2009/5/15 Joshua Russo : > > I'm starting the debugger like so: > > (from the dir containing manage.py) python -m pdb manage.py  runserver > > it starts just fine, showing it paused at the first line. I set my > break points using "b filename: line#". This reports that

Trouble using pdb with manage.py runserver

2009-05-15 Thread Joshua Russo
I'm starting the debugger like so: (from the dir containing manage.py) python -m pdb manage.py runserver it starts just fine, showing it paused at the first line. I set my break points using "b filename: line#". This reports that the breakpoint is set, and it seems as though it's in the right