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

2024-12-18 16:51:21
推荐回答(1个)
回答1:

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

2.运行调试前别忘了保存,要不不会运行修改后的文件