Python Remote Debug
pycharm remote debug
install pycharm
本地代码和远程代码
pycharm settings
File->Setting->Project Interpreter 配置ssh的用户名密码以及Path mapping
pychar run configuration
Run->Edit Configuration 注意Host和Run Brower的配置
在pcharm打断点, 点击运行
键位 | 功能 |
---|---|
F7 | step |
F8 | next |
F9 | continue |