Files
Smart-granary-code/.vscode/launch.json
2026-04-19 20:49:20 +08:00

10 lines
157 B
JSON

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