Fixed default agent URL port (set to 8800)
[src/xds/xds-gdb.git] / .vscode / launch.json
index 5fc6380..6e0c820 100644 (file)
@@ -2,7 +2,7 @@
     "version": "0.2.0",
     "configurations": [
 
-    {
+        {
             "name": "xds-gdb help",
             "type": "go",
             "request": "launch",
             "mode": "debug",
             "program": "${workspaceRoot}",
             "env": {
-                "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}"
+                "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}",
+                "XDS_LOGLEVEL": "debug"
             },
             "args": ["-x", "${workspaceRoot}/__config/gdb-on-target.ini", "-nx"],
             "showLog": false
         },
-          {
+        {
             "name": "xds-gdb TTY",
             "type": "go",
             "request": "launch",