When I'm poking around in my Django app, my development server (manage.py runserver) will sometimes quit without raising an exception or leaving any messages. I am not tinkering around with the code or doing anything that would force a reload. It just decides to quit.
I can check the last request I made before it crashed, but without any exceptions or errors, it's very hard to debug. Does anyone have any tips on getting some more useful output out of a crash? -- Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

