using ipdb for debugging python inside emacs

与世无争的帅哥 提交于 2020-01-02 05:34:10

问题


import pdb; pdb.set_trace() works fine when I run M-x pdb
python manage.py runserver

However import ipdb would cause the above statement to hang indefinately..

I hear great things about ipdb, how do I use it under emacs?

  • Edit

Just found out django has nothing to do with it, simple python file hangs as well.

来源:https://stackoverflow.com/questions/29425325/using-ipdb-for-debugging-python-inside-emacs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!