Added LocalVector to Visual Studio debugger visualization
(cherry picked from commit 27d5e1fff0
)
This commit is contained in:
parent
5d628535b9
commit
ea1d4256a4
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,16 @@
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
|
<Type Name="LocalVector<*>">
|
||||||
|
<Expand>
|
||||||
|
<Item Name="[size]">count</Item>
|
||||||
|
<ArrayItems>
|
||||||
|
<Size>count</Size>
|
||||||
|
<ValuePointer>data</ValuePointer>
|
||||||
|
</ArrayItems>
|
||||||
|
</Expand>
|
||||||
|
</Type>
|
||||||
|
|
||||||
<Type Name="PoolVector<*>">
|
<Type Name="PoolVector<*>">
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[size]">alloc ? (alloc->size / sizeof($T1)) : 0</Item>
|
<Item Name="[size]">alloc ? (alloc->size / sizeof($T1)) : 0</Item>
|
||||||
|
|
Loading…
Reference in a new issue