Skip to content

Commit 8b2533d

Browse files
authored
Merge pull request #9348 from Mitten-O/topic/document-gdb-prettyer
Document the possibility to enable custom pretty-printers in GDB
2 parents 2fbda9e + 281bc83 commit 8b2533d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributing/development/configuring_an_ide/visual_studio_code.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ To run and debug the project you need to create a new configuration in the ``lau
112112
"description": "Enable pretty-printing for gdb",
113113
"text": "-enable-pretty-printing",
114114
"ignoreFailures": true
115+
},
116+
{
117+
"description": "Load custom pretty-printers for Godot types.",
118+
"text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
115119
}
116120
],
117121
"preLaunchTask": "build"

0 commit comments

Comments
 (0)