Skip to content

Commit

Permalink
Fix debugging with spaces in path
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Aug 9, 2024
1 parent a864d71 commit 995e0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def generateProjectFiles(projectPath, projectName, sdkPath, projects, debugger,
// Also works fine for flash binaries
"overrideLaunchCommands": [
"monitor reset init",
"load ${{command:raspberry-pi-pico.launchTargetPath}}"
"load \"${{command:raspberry-pi-pico.launchTargetPath}}\""
],
"openOCDLaunchCommands": [
"adapter speed 5000"
Expand Down

0 comments on commit 995e0ad

Please sign in to comment.