HassenPy / django-pdb

Gives you `manage.py runserver --pdb` and `manage.py test --pdb`
395 stars 61 forks source link

Incompatible with other process_view middleware? #30

Closed ryneeverett closed 9 years ago

ryneeverett commented 9 years ago

Breakpoints never seem to be hit when another middleware class returns a response, which makes sense given the docs:

If it returns an HttpResponse object, Django won’t bother calling any other view or exception middleware, or the appropriate view

Is this a known limitation?

tomchristie commented 9 years ago

Don't know, sorry. Not actively using this project myself anymore.