configure emacs+python environment in ubuntu

1、install python debugger(pydb):sudo apt-get install pydb(debugger)

2、how to debug:

M-X pdb(replace a.out with the source code file name);

你可能感兴趣的:(configure emacs+python environment in ubuntu)