notepad-plus-plus-legacy/scintilla/test/unit/Sci.natvis
2019-05-04 21:14:48 +03:00

21 lines
716 B
XML

<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="SplitVector&lt;*&gt;">
<DisplayString>{{size = {lengthBody}}}</DisplayString>
<Expand>
<Item Name="[size]">lengthBody</Item>
<Item Name="[capacity]">(size)</Item>
<Item Name="[part1Length]">part1Length</Item>
<Item Name="[gap]">gapLength</Item>
<ArrayItems>
<Size>part1Length</Size>
<ValuePointer>body</ValuePointer>
</ArrayItems>
<ArrayItems>
<Size>lengthBody-part1Length</Size>
<ValuePointer>body+part1Length+gapLength</ValuePointer>
</ArrayItems>
</Expand>
</Type>
</AutoVisualizer>