mp2i-info/.zed/debug.json
2026-01-06 17:51:44 +01:00

14 lines
276 B
JSON

[
{
"label": "Debug td6 exo1",
"build": {
"command": "gcc",
"args": ["-o", "./exe", "-lm", "-g", "td6/exo1.c"],
"cwd": "$ZED_WORKTREE_ROOT",
},
"program": "$ZED_WORKTREE_ROOT/exe",
"request": "launch",
"adapter": "CodeLLDB",
},
]