Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 IPDB 的问题。我在不使用它之后将其注释掉,但是在我在单次刷新后运行网页之后,无论如何都会触发调试器。我必须至少引用两次左右,以迫使 django 不愿意进行调试。
另外我经常经历error: [Errno 32] Broken pipe
error: [Errno 32] Broken pipe
(如果重要的话,我会在基于 vagrant 的 vm 中运行它)
我会确保我已经杀死了 runserver/gunicorn 并干净地重新启动它,以确保没有仍在运行 ipdb 的线程。(例如,如果你使用 django-devserver,那是多线程的)