Skip to content

Commit

Permalink
Fix Visual Studio Code gdb pretty print script path to match the Godo…
Browse files Browse the repository at this point in the history
…t repository
  • Loading branch information
Calinou committed Aug 17, 2024
1 parent 42145e8 commit 49a432d
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 49a432d

Please sign in to comment.