mp2i-info/.zed/debug.json
2026-01-12 21:57:00 +01:00

25 lines
542 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",
},
{
"label": "Debug td5",
"build": {
"command": "gcc",
"args": ["-o", "./exe", "-lm", "-g", "td5/td5.c"],
"cwd": "$ZED_WORKTREE_ROOT",
},
"program": "$ZED_WORKTREE_ROOT/exe",
"request": "launch",
"adapter": "CodeLLDB",
},
]