mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-04-29 14:59:26 -04:00
Add natvis file for boost::container::small_vector
This commit is contained in:
parent
f94f99546d
commit
6833b33c31
1 changed files with 14 additions and 0 deletions
14
boost.natvis
Normal file
14
boost.natvis
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||||
|
|
||||||
|
<Type Name="boost::container::small_vector<*>">
|
||||||
|
<Expand>
|
||||||
|
<Item Name="[size]">m_holder.m_size</Item>
|
||||||
|
<ArrayItems>
|
||||||
|
<Size>m_holder.m_size</Size>
|
||||||
|
<ValuePointer>m_holder.m_start</ValuePointer>
|
||||||
|
</ArrayItems>
|
||||||
|
</Expand>
|
||||||
|
</Type>
|
||||||
|
|
||||||
|
</AutoVisualizer>
|
Loading…
Add table
Reference in a new issue