mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
Merge pull request #9348 from Mitten-O/topic/document-gdb-prettyer
Document the possibility to enable custom pretty-printers in GDB
This commit is contained in:
@@ -112,6 +112,10 @@ To run and debug the project you need to create a new configuration in the ``lau
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Load custom pretty-printers for Godot types.",
|
||||
"text": "source ${workspaceRoot}/misc/scripts/godot_gdb_pretty_print.py"
|
||||
}
|
||||
],
|
||||
"preLaunchTask": "build"
|
||||
|
||||
Reference in New Issue
Block a user