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文件也挂起。