File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1005,6 +1005,7 @@ def generateProjectFiles(
10051005 "servertype": "openocd",\
10061006{ f'{ server_path } : "{ openocd_path } ",' if openocd_path else "" }
10071007 "gdbPath": "${{command:raspberry-pi-pico.getGDBPath}}",
1008+ "debuggerArgs": ["-ex", "set debug-file-directory /debug"],
10081009 "device": "${{command:raspberry-pi-pico.getChipUppercase}}",
10091010 "configFiles": [
10101011 "{ debugger } ",
@@ -1031,6 +1032,7 @@ def generateProjectFiles(
10311032 "servertype": "external",
10321033 "gdbTarget": "localhost:3333",
10331034 "gdbPath": "${{command:raspberry-pi-pico.getGDBPath}}",
1035+ "debuggerArgs": ["-ex", "set debug-file-directory /debug"],
10341036 "device": "${{command:raspberry-pi-pico.getChipUppercase}}",
10351037 "svdFile": "{ codeSdkPath (sdkVersion )} /src/${{command:raspberry-pi-pico.getChip}}/hardware_regs/${{command:raspberry-pi-pico.getChipUppercase}}.svd",
10361038 "runToEntryPoint": "main",
You can’t perform that action at this time.
0 commit comments