bx.natvis 381 B

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