美文网首页
vscode python远程调试

vscode python远程调试

作者: 陌客百里 | 来源:发表于2020-01-13 17:51 被阅读0次
    1. 安装remote ssh的插件
    2. 官网详情(https://code.visualstudio.com/docs/remote/ssh
    3. 在服务端安装包


      image.png
    4. 在 vscode 开启插件,创建ssh链接
    5. 链接之后,打开某个文件夹,就可以新建文件
    6. 选择某个python文件,系统自动提示安装python插件
    7. f1 后输入python: select interpreter 可选择解释器

    相关文章

      网友评论

          本文标题:vscode python远程调试

          本文链接:https://www.haomeiwen.com/subject/huiqictx.html