DSCAnalysisTool/src/.vscode/launch.json

24 lines
800 B
JSON
Raw Normal View History

2025-03-17 09:30:54 +00:00
{
"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,
2025-04-01 09:25:12 +00:00
"miDebuggerPath": "D:/qt/Qt5.14.2/5.14.2/mingw73_64/bin/gdb.exe",
2025-12-30 03:14:28 +00:00
"visualizerFile": "c:\\Users\\sunqu\\AppData\\Roaming\\Trae CN\\User\\workspaceStorage\\7f93734217a2e383fe34beaf49d497fe\\tonka3000.qtvsctools\\qt.natvis.xml"
2025-03-17 09:30:54 +00:00
}
]
}