惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
D
Docker
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
美团技术团队
博客园 - 叶小钗
I
InfoQ
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
B
Blog
Y
Y Combinator Blog
A
About on SuperTechFans
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
V
V2EX
N
Netflix TechBlog - Medium

博客园 - hjswlqd

python pip 离线包安装 whl格式 tar gz格式 py-radius mysql 连接查询 左连接 右连接 笛卡尔积 等 python linux 调试 vscode timeline不显示|不正常|异常|no filtered timeline information was provided|Timeline does not work es scroll id 每次都相同 python 安装 echarts的渐变色配置 LinearGradient 联想 进入bios u盘启动 kibana筛选数据 vsix 离线 编译 转 | 一次搞懂数据大屏适配方案 (vw vh、rem、scale) 分辨率 缩放比 转 | element-ui组件table去除下方滚动条,实现鼠标左右拖拽移动表格 vscode 提示js 函数的插件 | vue3项目的插件 Window中查看端口被哪个进程占用,并结束进程的方法 nodejs 统计算指定后缀,格式的文件 python windows命令行 批处理 统计算指定后缀,格式的文件 保存 |下载 | 提取 win10 win11 电脑 锁屏壁纸 vscode process terminal 3221225506 终端打不开 默认打开powershell
vscode python 3.7 pylance debugpy 插件 vsix
hjswlqd · 2024-07-30 · via 博客园 - hjswlqd

可能报错    crashed 5 times in the last 3 minutes. The server will not be restarted.   --- pylance

可能报错    cannot read properties of undefined reading resolveEnvironment      ---  debugger

可能            vscode python3.7 调试 没有反应        ---  debugger

可能           “python扩展正在加载”一直在加载或加载python扩展失败     

大概可能都是插件版本问题

本人的背景是,无网环境的离线安装, vscode python 3.7.9

python debugger 插件

尝试很久,python debugger 插件 各种版本不能使用, 

今天尝试 用原生的,看似可以了

https://blog.csdn.net/qq_40197828/article/details/93468787

lauch.json
{
  name: 'custom name',
type: 'python', // critical ; 如果是 python debugger插件 值是debugpy 
request: 'launch',
program: '${file}',
"console": 'integratedTerminal' }

python 插件 当前安装的 2022.6.0版本

pylance 插件 当前安装的 2023.6.42版本

vscode版本 当前安装的 1.91.1版本