30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "AppDebug",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"miDebuggerPath": "/opt/aarch64-v01c01-linux-gnu-gcc/lib/gdb-10.2/bin/aarch64-linux-gnu-gdb",
|
|
"miDebuggerServerAddress": "192.168.8.115:8080",
|
|
"program": "${workspaceFolder}/build/Main/PassengerStatistics",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"logging": {
|
|
"engineLogging": false
|
|
},
|
|
"MIMode": "gdb",
|
|
"useExtendedRemote": true,
|
|
"setupCommands": [
|
|
{
|
|
"text": "set remote exec-file /data/sdcard/PassengerStatistics/PassengerStatistics",
|
|
"description": "设置嵌入式单板加载的程序",
|
|
"ignoreFailures": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |