On Fri, 2009-05-15 at 14:00 -0700, Joshua Russo wrote: > I can't seem to get pdb to stop at my break points for a page request. > I start it like so: > > (from the directory containing manage.py) python -m pdb manage.py > runserver
Have you tried this? python -m pdb manage.py runserver --noreload If that's not the problem I don't have a clue. sdc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

