Skip to content

Commit

Permalink
Merge pull request #9774 from Calinou/vscode-fix-gdb-script-path
Browse files Browse the repository at this point in the history
Fix Visual Studio Code gdb pretty print script path to match the Godot repository
  • Loading branch information
mhilbrunner authored Aug 18, 2024
2 parents 42145e8 + 49a432d commit 5dd72ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To run and debug the project you need to create a new configuration in the ``lau
},
{
"description": "Load custom pretty-printers for Godot types.",
"text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
"text": "source ${workspaceRoot}/misc/utility/godot_gdb_pretty_print.py"
}
],
"preLaunchTask": "build"
Expand Down

0 comments on commit 5dd72ba

Please sign in to comment.