Pregunta

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)

¿Fue útil?

Solución

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)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top