X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=6e0c82075b76b4fdd20df0f9191d71824f3dfb3c;hb=bdad560b10561898ff8cd1b7134c330b2a2721de;hp=f047dc000a66e2ef7f39f38521d8b49c69947a9d;hpb=60974e66c57cacdc2483d74718c4bb0a993d2183;p=src%2Fxds%2Fxds-gdb.git diff --git a/.vscode/launch.json b/.vscode/launch.json index f047dc0..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/gdbconf.ini", "-nx"], + "args": ["-x", "${workspaceRoot}/__config/gdb-on-target.ini", "-nx"], "showLog": false }, - { + { "name": "xds-gdb TTY", "type": "go", "request": "launch",