How to debug python programs in emacs?
I use python-mode.el
python-mode.el
I get reference like
import pdb; pdb.set_trace();
bu
For me, I needed to replace the default "pdb" with
python -m pdb myscript.py