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.
|
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.
| ||||
|
feedback
|
|
Type At the Alternatively, you can put
right inside your program (e.g. | |||||||||||
feedback
|