launch gdb in correct cwd
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -9,7 +9,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug XMake target",
|
"name": "Debug XMake target",
|
||||||
"target": "Pivot",
|
"target": "Pivot",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}/matricies",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user