.
This commit is contained in:
17
.zed/debug.json
Normal file
17
.zed/debug.json
Normal file
@@ -0,0 +1,17 @@
|
||||
// Project-local debug tasks
|
||||
//
|
||||
// For more documentation on how to configure debug tasks,
|
||||
// see: https://zed.dev/docs/debugger
|
||||
[
|
||||
{
|
||||
"label": "Debug Test",
|
||||
"build": {
|
||||
"command": "make",
|
||||
"args": ["-j8"],
|
||||
"cwd": "$ZED_WORKTREE_ROOT/build",
|
||||
},
|
||||
"program": "$ZED_WORKTREE_ROOT/build/camellya_tests",
|
||||
"request": "launch",
|
||||
"adapter": "GDB",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user