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