sublime3调试Python

xiaoxiao2021-02-28  24

1、安装sublime3

2、安装pep8(增加pep8规范)

3、下载并解压缩SublimeLinter到“Preferences->Browse Packages”

4、增加代码到“Preferences->Package Settings->SublimeLinter->Settings Default”

"linters": {     "pep8": {         "@disable": false,         "args": [],         "excludes": [],         "ignore": "",         "max-line-length": null,         "select": ""     } 

5、下载并解压缩SublimeREPL-master.zip到“Preferences->Browse Packages”(增加调试功能)

        更改文件名为SublimeREPL

6、调试“Tools->SublimeREPL->Python->Python - PDB current file”

转载请注明原文地址: https://www.6miu.com/read-1600253.html

最新回复(0)