This commit is contained in:
19
.zed/debug.json
Normal file
19
.zed/debug.json
Normal file
@@ -0,0 +1,19 @@
|
||||
// Project-local debug tasks
|
||||
//
|
||||
// For more documentation on how to configure debug tasks,
|
||||
// see: https://zed.dev/docs/debugger
|
||||
[
|
||||
{
|
||||
"label": "Unit tests",
|
||||
"build": {
|
||||
"command": "cmake",
|
||||
"args": [
|
||||
"--build", "${ZED_WORKTREE_ROOT}/cmake-build-debug", "-j", "12"
|
||||
]
|
||||
},
|
||||
"reverseDebugging": true,
|
||||
"program": "${ZED_WORKTREE_ROOT}/cmake-build-debug/tests/unit_tests",
|
||||
"adapter": "CodeLLDB",
|
||||
"request": "launch"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user