Django debugging with Emacs

前端 未结 6 960
小鲜肉
小鲜肉 2021-01-30 02:59

I found a lot of info about how to debug simple Python programs with Emacs. But what if I want to debug a Django application? I run the development server and I would like to so

6条回答
  •  不知归路
    2021-01-30 03:23

    About the general non-emacs-exclusive way, there is a very nice screencast out there you might be interested in: http://ericholscher.com/blog/2008/aug/31/using-pdb-python-debugger-django-debugging-series-/

    The emacs integration described above doesn't work for me yet. It doesn't really seem to connect to the running application.

    Further I consider this blog post here very interesting: http://web.archive.org/web/20101230072606/http://panela.blog-city.com/python_and_emacs_5_pdb_and_emacs.htm

    cu Roman

提交回复
热议问题