mp2i-info/.zed/debug.json
2026-01-17 12:30:43 +01:00

36 lines
808 B
JSON

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