lml/.vscode/launch.json

14 lines
228 B
JSON
Raw Normal View History

2023-07-06 01:51:15 +02:00
{
"version": "0.2.0",
"configurations": [
{
"name": "LML",
"type": "gdb",
"request": "launch",
"target": "${workspaceRoot}/lml_testbed",
"cwd": "${workspaceRoot}/",
"valuesFormatting": "parseText"
}
]
}