美文网首页Vscode
003VsCode中python的安装配置

003VsCode中python的安装配置

作者: 桃子味的白开水 | 来源:发表于2019-07-05 16:08 被阅读0次

    1,在VScode中安装python插件

    image.png

    2,在硬盘上新建一个文件夹,打开此文件夹,python都写在这个文件夹中

    image.png

    3,设置python配置文件

    image.png

    4,在配置文件中,设置python路径。

    我的路径是 D:/Python/Python37/python.exe

    image.png

    5,用户设置

    image.png

    6,用户设置内容

    image.png

    7,调试设置,在配置文件中加入"stopOnEntry":true

    image.png

    8,可以看到文件夹中包含两个配置文件, 设置断点后F5可以调试

    image.png

    相关文章

      网友评论

        本文标题:003VsCode中python的安装配置

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