godot icon indicating copy to clipboard operation
godot copied to clipboard

Misc: Add lldb pretty print script

Open HolonProduction opened this issue 5 months ago • 3 comments

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)

HolonProduction avatar Sep 21 '24 16:09 HolonProduction