On Tue, Nov 3, 2009 at 3:35 PM, skunkwerk <[email protected]> wrote:

>
> thanks Bill,
>   its working now - i wasn't aware you had to change the runserver
> command.  this is what I used:
>
> python -m pdb manage.py runserver
>
>
FWIW, I use import pdb; pdb.set_trace() quite frequently, on both Linux and
Windows boxes, to cause the code to break into the debugger when running
under 'python manage.py runserver', and I've never had to specify any
special option to get it to to work. What sort of a system are you running
on?  Something seems different about your system or environment than
anything I've seen.

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to