aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6e0c820..70f4f8e 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,7 @@
"mode": "debug",
"program": "${workspaceRoot}",
"env": {
- "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}",
+ "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
"XDS_LOGLEVEL": "debug"
},
"args": ["-tt", "--help", "--version"],
@@ -22,7 +22,7 @@
"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"],
@@ -35,7 +35,7 @@
"mode": "debug",
"program": "${workspaceRoot}",
"env": {
- "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}"
+ "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
},
"args": ["-tty", "/dev/pts27", "-nx", "-x", "${workspaceRoot}/__config/gdb-on-m3ulcb_debug_pi.ini"],
"showLog": false
@@ -47,7 +47,7 @@
"mode": "debug",
"program": "${workspaceRoot}",
"env": {
- "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}",
+ "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
"XDS_LOGLEVEL": "debug"
},
"args": ["-x", "${workspaceRoot}/__config/gdb-on-localhost_debug_pi.ini"],