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

This commit is contained in:
ocornut
2025-09-22 12:26:53 +02:00
parent 087fbf08f6
commit 46e6382b69
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ misc/cpp/
This is also an example of how you may wrap your own similar types.
misc/debuggers/
Helper files for popular debuggers.
With the .natvis file, types like ImVector<> will be displayed nicely in Visual Studio debugger.
Helper files for popular debuggers (Visual Studio, GDB, LLDB).
e.g. With the .natvis file, types like ImVector<> will be displayed nicely in Visual Studio debugger.
misc/fonts/
Fonts loading/merging instructions (e.g. How to handle glyph ranges, how to merge icons fonts).