10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
<Type Name="U8String">
|
||
|
<DisplayString>{data.sd.data.buffer}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="String">[data.sd.data.buffer]</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
</AutoVisualizer>
|