diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-28 16:00:22 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-28 16:00:22 +0200 |
commit | 813a78d13a4773b6a74a4f0090bb3621a355bf1d (patch) | |
tree | 96be5c6867fa7a5a21e67efdd7eb33078abe4b83 /.vscode | |
parent | ebb04d162f47f4324672813b3eb0ce3137c3e80f (diff) |
Fixed early log prints
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-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 f047dc0..d70ddec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,7 @@ "env": { "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}" }, - "args": ["-x", "/tmp/gdbconf.ini", "-nx"], + "args": ["-x", "/tmp/xds-gdb.env", "-nx"], "showLog": false }, { |