configure emacs+python environment in ubuntu

来源:互联网 发布:淘宝怎么开店铺 编辑:程序博客网 时间:2024/04/25 19:36

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);

原创粉丝点击