I agree with idea, but wish, that it would be implemented not only in
runserver, but also in test command:

  $ python manage.py runserver --debug
  $ python manage.py test --debug

I really missing this functionality, which is implemented and works
very well in nose:

  http://packages.python.org/nose/plugins/debug.html

Now ~60% of the time, when an exception is raised and it is not clear
what caused it, I need to modify code and add ``import ipdb;
ipdb.set_trace()`` statement and run tests or refresh page again. If
ipdb would be launched automatically when exception is raised, it
would save a lot of time..

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to