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