using ipdb for debugging python inside emacs
Asked Answered
F

0

4

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.

Fenwick answered 3/4, 2015 at 2:17 Comment(1)
See my post #21806704Franckot

© 2022 - 2024 — McMap. All rights reserved.