@ -3,7 +3,15 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
"${workspaceFolder}/**",
"${workspaceFolder}/BaseCommon/",
"${workspaceFolder}/APRS/",
"${workspaceFolder}/Common/",
"${workspaceFolder}/DStarBase/",
"${workspaceFolder}/IRCDDB/",
"${workspaceFolder}/VersionInfo/",
"${workspaceFolder}/BaseCommon"
],
"defines": [],
"compilerPath": "/bin/g++",
@ -33,7 +33,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/DGWRemoteControl/dgwremotecontrol",
"args": ["--name", "blabla", "F4FXL B", "linkk", "never", "DCS208_C"],
"args": ["--name", "city_center", "F4FXL B", "link", "never", "DCS208_C"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
@ -10,9 +10,13 @@
"args": [
"-j3",
"ENABLE_DEBUG=1",
"USE_GPSD=1"
"USE_GPSD=1",
"all"
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
@ -38,10 +42,7 @@
"DGWRemoteControl/dgwremotecontrol"
Powered by TurnKey Linux.