{ "version": "0.2.0", "configurations": [{ "name": "Debug", "type": "cppdbg", "request": "launch", "program": "helloworld.bin", "stopAtEntry": true, "cwd": "${workspaceFolder}", "MIMode": "gdb", "targetArchitecture": "arm64", "preLaunchTask": "deploy", "miDebuggerPath": "/usr/bin/gdb-multiarch", "miDebuggerServerAddress": "${config:TARGET.IP}:3000", }] }