VsCode justMyCode: false无效

本文摘自:VsCode justMyCode: false无效 - 知乎 (zhihu.com)

launch.json里增加  "purpose":["debug-in-terminal"] 

复制代码
{
// 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": "integratedTerminal",
"justMyCode": false,
"purpose": ["debug-in-terminal"]
}
]
}
复制代码

 

posted @   Picassooo  阅读(342)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
历史上的今天:
2022-09-07 python阶乘函数
2022-09-07 python 四舍五入,round( )
2020-09-07 转:sklearn中的高斯混合模型GMM
2020-09-07 转:sklearn中PCA降维的使用方法
2020-09-07 sklearn KMeans在训练集上训练,在预测集上预测
2020-09-07 使用sklearn构建模型的通用模板和预估对象
点击右上角即可分享
微信分享提示