diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-17 13:52:56 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-17 13:52:56 +0200 |
commit | b90bf44d37438096ca0928e08faa8799a8743023 (patch) | |
tree | d4d2b64ba4712b9ec25376c3b9ecb3edfe05000f /.vscode/launch.json | |
parent | 6255220f5dd115619990f698044ffae36c3dfcf6 (diff) |
Add install script and rulev0.1.1
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d70ddec..5fc6380 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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 }, { |