HassenPy / django-pdb

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

Break into current frame on SIGINT #13

Closed elijahr closed 10 years ago

elijahr commented 12 years ago

It would be nice if I could press Ctrl-C to break into the running code.

This would be really helpful for example in debugging complicated or long-running views.

tomchristie commented 10 years ago

There ya go, reply's only two years late. No longer accepting new functionality for this project, so gonna close this.