Added LocalVector to Visual Studio debugger visualization

This commit is contained in:
PouleyKetchoupp 2021-02-24 18:18:00 -07:00
parent 2ffecb76ed
commit 27d5e1fff0

View file

@ -10,6 +10,16 @@
</Expand>
</Type>
<Type Name="LocalVector&lt;*&gt;">
<Expand>
<Item Name="[size]">count</Item>
<ArrayItems>
<Size>count</Size>
<ValuePointer>data</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="List&lt;*&gt;">
<Expand>
<Item Name="[size]">_data ? (_data->size_cache) : 0</Item>