vscode 环境配置

必备插件

在这里插入图片描述
在这里插入图片描述

配置调试

{
   
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
   
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "externalTerminal",
            "justMyCode": true,
            "args": ["--port", "1593"]
        }
    ]
}

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2023-12-15 01:12:01       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-15 01:12:01       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-15 01:12:01       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-15 01:12:01       18 阅读

热门阅读

  1. Dockerfile模板和Docker Compose模板

    2023-12-15 01:12:01       41 阅读
  2. 基于sfunction builder的c-sfunction编写及案例测试分析

    2023-12-15 01:12:01       31 阅读
  3. Linux如何对文件进行分割和重组

    2023-12-15 01:12:01       40 阅读
  4. Py-While循环语句

    2023-12-15 01:12:01       32 阅读
  5. MybatisPlus的分页插件

    2023-12-15 01:12:01       35 阅读
  6. DatabaseMetaData详解

    2023-12-15 01:12:01       33 阅读
  7. AI元素深化人类发展之路:挑战与趋势

    2023-12-15 01:12:01       33 阅读
  8. static关键字详解

    2023-12-15 01:12:01       29 阅读
  9. Python的模块与包

    2023-12-15 01:12:01       45 阅读
  10. CAN静默回环模式测试

    2023-12-15 01:12:01       36 阅读