Added LocalVector to Visual Studio debugger visualization

(cherry picked from commit 27d5e1fff0)
This commit is contained in:
PouleyKetchoupp 2021-02-24 18:18:00 -07:00 committed by Rémi Verschelde
parent 5d628535b9
commit ea1d4256a4

View file

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