lml/.vscode/launch.json

14 lines
228 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "LML",
"type": "gdb",
"request": "launch",
"target": "${workspaceRoot}/lml_testbed",
"cwd": "${workspaceRoot}/",
"valuesFormatting": "parseText"
}
]
}