Код: Выделить всё
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) remoute",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/hello",
"cwd": "${workspaceFolder}",
"targetArchitecture": "arm64", // Or "AArch64"
"externalConsole": false,
"MIMode": "gdb",
"miDebuggerPath": "${workspaceFolder}/tools/gdb/host/gdb",
"miDebuggerServerAddress": "100.1.1.150:10001"
}
]
Подробнее здесь: https://stackoverflow.com/questions/797 ... reakpoints