Debugging python programs in emacs
Posted
by Gopalakrishnan Subramani
on Stack Overflow
See other posts from Stack Overflow
or by Gopalakrishnan Subramani
Published on 2010-02-24T09:04:45Z
Indexed on
2010/04/13
23:23 UTC
Read the original article
Hit count: 544
How to debug python programs in emacs?
I use python-mode.el
I get reference like import pdb; pdb.set_trace();
but not sure how to use it.
© Stack Overflow or respective owner