Skip to content

Commit

Permalink
Merge pull request #9348 from Mitten-O/topic/document-gdb-prettyer
Browse files Browse the repository at this point in the history
Document the possibility to enable custom pretty-printers in GDB
  • Loading branch information
skyace65 authored May 12, 2024
2 parents 2fbda9e + 281bc83 commit 8b2533d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b2533d

Please sign in to comment.