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.
Djangoのデバッグは、「import ipdb;ipdb.set_trace();」という魔法の行を入れると、一種の繰り返し作業です。これは煩わしいだけでなく、コード標準にとっても悪いことです。
エラーが発生したときに自動的に set_trace する方法があるかどうか疑問に思っています