summaryrefslogtreecommitdiffstats
path: root/tests/debuginfo/embedded-visualizer-point.natvis
blob: d7bf6885dd40ae623bfd0bfd845f9682d38fb21a (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::point::Point">
    <DisplayString>({x}, {y})</DisplayString>
    <Expand>
      <Item Name="[x]">x</Item>
      <Item Name="[y]">y</Item>
    </Expand>
  </Type>
</AutoVisualizer>