Reset by default LD_LIBRARY_PATH in xds-project.conf
[src/xds/xds-agent.git] / .vscode / launch.json
index d4a4e1e..6f793c2 100644 (file)
             "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", "__agent-config_local_dev.json"],
             "showLog": false