解决vscode调用的mmcv无法打断点问题

配置文件launch.json修改justMycode:false

{
    // 使用 IntelliSense 了解相关属性。 
    // 悬停以查看现有属性的描述。
    // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: 当前文件",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "justMyCode": false,
            "cwd": "/data/project/2024/20240903_BEVDet/BEVDet-dev3.0/"
        }
    ]
}
posted @ 2024-09-06 11:21  无左无右  阅读(14)  评论(0编辑  收藏  举报