Merge pull request #46402 from nekomatata/natvis-local-vector
Added LocalVector to Visual Studio debugger visualization
This commit is contained in:
commit
2adacd751c
|
@ -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 New Issue