Files
Rediska/.zed/debug.json
Nikita Astafyev 35a6349071
Some checks failed
Code Analysis / analysis (push) Failing after 2m59s
chore: initial commit
2025-12-30 22:34:58 +07:00

20 lines
467 B
JSON

// 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"
}
]