summaryrefslogtreecommitdiffstats
path: root/src/test/debuginfo/embedded-visualizer.natvis
blob: 100437f90e5d60a9fe526d4c5867ce768b82c8a2 (plain)
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="embedded_visualizer::Line">
    <DisplayString>({a}, {b})</DisplayString>
    <Expand>
      <Item Name="[a]">a</Item>
      <Item Name="[b]">b</Item>
    </Expand>
  </Type>
</AutoVisualizer>