mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
337 B
XML
11 lines
337 B
XML
<?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>
|