怎么用sublime text 编写并运行 python程序?怎么设置?

如题所述

1.有SublimeREPL应该就可以调试了,输入没问题,调试的时候记得选
tools->SublimeREPL->python->run current file 或者 pdb current
file (pdb 是调试工具,类似gdb)
不要用缺省的build 或者 ctrl-b

2.运行调试前别忘了保存,要不不会运行修改后的文件
温馨提示:答案为网友推荐,仅供参考
相似回答