godot
godot copied to clipboard
Misc: Add lldb pretty print script
Supports:
- String (summary string in the format
"hello world"
) - StringName (summary string in the format
&"hello world"
- List (synthetic children for indexed children access + summary string in the format
2 items
- HashMap (synthetic children for indexed children access (to the KeyValues) + summary string in the format
2 items
) - Vector (synthetic children for indexed children access + summary string in the format
2 items
)