Fix natvis for StringBuilder
This commit is contained in:
@@ -143,9 +143,9 @@
|
|||||||
|
|
||||||
<!-- StringBuilder -->
|
<!-- StringBuilder -->
|
||||||
<Type Name="StringBuilder">
|
<Type Name="StringBuilder">
|
||||||
<DisplayString>{_data_allocation.._data,su}</DisplayString>
|
<DisplayString>{_data._allocation._data,su}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[Raw]" ExcludeView="simple">_data._data</Item>
|
<Item Name="[Raw]" ExcludeView="simple">_data._allocation._data</Item>
|
||||||
<Item Name="[Size]" ExcludeView="simple">_data._count</Item>
|
<Item Name="[Size]" ExcludeView="simple">_data._count</Item>
|
||||||
<ArrayItems>
|
<ArrayItems>
|
||||||
<Size>_data._count</Size>
|
<Size>_data._count</Size>
|
||||||
|
|||||||
Reference in New Issue
Block a user