blob: e1394d2b4836f39a5b3fd8f1d54f46d86fb6e2c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="bx::StringView">
<DisplayString>{m_ptr,[m_len]s8}</DisplayString>
<StringView>m_ptr,[m_len]s8</StringView>
<Expand>
<ExpandedItem>m_ptr,[m_len]</ExpandedItem>
</Expand>
</Type>
</AutoVisualizer>
|