{ "version": "0.2.0", "configurations": [ { "type": "gdb", "request": "attach", "name": "Debug", "preLaunchTask": "start", "executable": "object/linked.o", "gdbpath": "arm-none-eabi-gdb", "target": "localhost:2345", "remote": true, "cwd": "${workspaceRoot}", "autorun": [ ] } ] }