arp_monitoring/.vscode/launch.json
2026-07-15 20:32:20 +03:00

10 lines
157 B
JSON

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