Ihave problem with IPDB. I comment out it after I do not use it but after I run the web page after single refresh the debbuger is fired anyway. I have to referesh at least two times or so, to force django not willing going into debugging.

additionally I am expiriencing extremlly often error: [Errno 32] Broken pipe

(if it matters I am running it in vagrant based vm)

有帮助吗?

解决方案

I'd ensure I've killed the runserver/gunicorn and restarted it cleanly, to ensure there are no threads that are still running ipdb. (if you're using django-devserver, for instance, that's multi-threaded)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top