We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fbda9e + 281bc83 commit 8b2533dCopy full SHA for 8b2533d
contributing/development/configuring_an_ide/visual_studio_code.rst
@@ -112,6 +112,10 @@ To run and debug the project you need to create a new configuration in the ``lau
112
"description": "Enable pretty-printing for gdb",
113
"text": "-enable-pretty-printing",
114
"ignoreFailures": true
115
+ },
116
+ {
117
+ "description": "Load custom pretty-printers for Godot types.",
118
+ "text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
119
}
120
],
121
"preLaunchTask": "build"
0 commit comments