Add install script and rule
[src/xds/xds-gdb.git] / .vscode / launch.json
index d70ddec..5fc6380 100644 (file)
@@ -24,7 +24,7 @@
             "env": {
                 "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}"
             },
-            "args": ["-x", "/tmp/xds-gdb.env", "-nx"],
+            "args": ["-x", "${workspaceRoot}/__config/gdb-on-target.ini", "-nx"],
             "showLog": false
         },
           {