Added LocalVector to Visual Studio debugger visualization
This commit is contained in:
parent
2ffecb76ed
commit
27d5e1fff0
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,16 @@
|
|||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="LocalVector<*>">
|
||||
<Expand>
|
||||
<Item Name="[size]">count</Item>
|
||||
<ArrayItems>
|
||||
<Size>count</Size>
|
||||
<ValuePointer>data</ValuePointer>
|
||||
</ArrayItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
<Type Name="List<*>">
|
||||
<Expand>
|
||||
<Item Name="[size]">_data ? (_data->size_cache) : 0</Item>
|
||||
|
|
Loading…
Reference in a new issue