NouVeL/ADVect/ext/bgfx/bx/scripts/bx.natvis

11 lines
381 B
Text
Raw Normal View History

2022-08-18 12:17:43 -04:00
<?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>