X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=6f793c214f72943758cb75408d3a1a776f55b67f;hb=2d3f1be6a495143d7e82f6396a49dfff6cabc3e4;hp=ed892d6d7c9a535822faf698cf612ff5e78b24f9;hpb=bfeab33538d50ee52750de4dd4c0e72b64f674f6;p=src%2Fxds%2Fxds-agent.git diff --git a/.vscode/launch.json b/.vscode/launch.json index ed892d6..6f793c2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,13 +10,13 @@ "host": "127.0.0.1", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "WORKSPACE_ROOT": "${workspaceRoot}", - "DEBUG_MODE": "1", - "ROOT_DIR": "${workspaceRoot}/../../../.." + "XDS_DEBUG_MODE": "1", + "XDS_LOG_SILLY": "0", }, - "args": ["-log", "debug", "-c", "config.json.in"], + "args": ["-log", "debug", "-c", "__agent-config_local_dev.json"], "showLog": false } ] -} \ No newline at end of file +}