In the beginning...
This commit is contained in:
12
.zed/debug.json
Normal file
12
.zed/debug.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"label": "Debug",
|
||||
"program": "out/debug/debug",
|
||||
"adapter": "CodeLLDB",
|
||||
"request": "launch",
|
||||
"build": {
|
||||
"command": "odin build debug -debug -out=out/debug/debug"
|
||||
},
|
||||
"cwd": "$ZED_WORKTREE_ROOT"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user