DSCAnalysisTool/src/.vscode/launch.json
2025-03-17 17:30:54 +08:00

23 lines
628 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "QtBuild",
"type": "cppdbg",
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}",
"environment": [
{
"name": "PATH",
"value": "D:/qt/Qt5.14.2/5.14.2/mingw73_64/bin"
}
],
"externalConsole": false,
"miDebuggerPath": "D:/qt/Qt5.14.2/5.14.2/mingw73_64/bin/gdb.exe"
}
]
}