Added type formatters for the LLDB debuggers (e.g. Xcode) (#8950)

This commit is contained in:
David Mentler
2025-09-22 12:25:17 +02:00
committed by ocornut
parent d4f722d5b2
commit 087fbf08f6
2 changed files with 191 additions and 0 deletions
+4
View File
@@ -14,3 +14,7 @@ imgui.natvis
With this, types like ImVector<> will be displayed nicely in the debugger.
(read comments inside file for details)
imgui_lldb.py
LLDB: synthetic children provider and summaries for Dear ImGui types.
With this, types like ImVector<> will be displayed nicely in the debugger.
(read comments inside file for details)