在launch.json
中加入:
"sourceFileMap":{
"/项目/绝对/路径": {
"editorPath": "/项目/绝对/路径",
"useForBreakpoints": true
}
},
来源:https://github.com/microsoft/vscode-cpptools/issues/6754#issuecomment-756964069