| 12345678910 |
- <?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>
|