ImStrv: enhanced VS debugger .natvis support. build fixes. (5333, 5906)

This commit is contained in:
璀境石
2022-08-22 11:05:58 +02:00
committed by ocornut
parent 3033e1b935
commit fddca3040a
2 changed files with 5 additions and 4 deletions

View File

@@ -53,7 +53,8 @@ More information at: https://docs.microsoft.com/en-us/visualstudio/debugger/crea
<!-- String view (non zero-terminated begin/end pair) -->
<Type Name="ImStrv">
<DisplayString>{Begin,[End-Begin]s} ({End-Begin,d})</DisplayString>
<DisplayString>{Begin,[End-Begin]s8} ({End-Begin,d})</DisplayString>
<StringView>Begin,[End-Begin]s8</StringView>
</Type>
<Type Name="ImGuiWindow">