Skip to content

Commit 5dd72ba

Browse files
authored
Merge pull request #9774 from Calinou/vscode-fix-gdb-script-path
Fix Visual Studio Code gdb pretty print script path to match the Godot repository
2 parents 42145e8 + 49a432d commit 5dd72ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/configuring_an_ide/visual_studio_code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To run and debug the project you need to create a new configuration in the ``lau
115115
},
116116
{
117117
"description": "Load custom pretty-printers for Godot types.",
118-
"text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
118+
"text": "source ${workspaceRoot}/misc/utility/godot_gdb_pretty_print.py"
119119
}
120120
],
121121
"preLaunchTask": "build"

0 commit comments

Comments
 (0)