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.
import pdb; pdb.set_trace()実行すると正常に動作します M-x pdb python manage.py runserver
import pdb; pdb.set_trace()
M-x pdb python manage.py runserver
ただしimport ipdb、上記のステートメントが無期限にハングする原因となります..
import ipdb
ipdb についてよく耳にしますが、emacs でどのように使用すればよいですか?
django はそれとは何の関係もないことがわかりました。単純な python ファイルもハングします。