mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix Visual Studio Code gdb pretty print script path to match the Godot repository
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user