X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=6e0c82075b76b4fdd20df0f9191d71824f3dfb3c;hb=bdad560b10561898ff8cd1b7134c330b2a2721de;hp=d70ddec90d969708f6c22c40fa2530ab46bb4810;hpb=813a78d13a4773b6a74a4f0090bb3621a355bf1d;p=src%2Fxds%2Fxds-gdb.git diff --git a/.vscode/launch.json b/.vscode/launch.json index d70ddec..6e0c820 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ - { + { "name": "xds-gdb help", "type": "go", "request": "launch", @@ -22,12 +22,13 @@ "mode": "debug", "program": "${workspaceRoot}", "env": { - "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}" + "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", + "XDS_LOGLEVEL": "debug" }, - "args": ["-x", "/tmp/xds-gdb.env", "-nx"], + "args": ["-x", "${workspaceRoot}/__config/gdb-on-target.ini", "-nx"], "showLog": false }, - { + { "name": "xds-gdb TTY", "type": "go", "request": "launch",