blk_box_control/.vscode/launch.json
2026-03-21 20:05:13 -05:00

10 lines
157 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
}
]
}