25 lines
542 B
JSON
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",
|
|
},
|
|
]
|