mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
19 lines
522 B
Plaintext
19 lines
522 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
<Type Name="msvc_embedded_natvis::Point">
|
||
|
<DisplayString>({x}, {y})</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[x]">x</Item>
|
||
|
<Item Name="[y]">y</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="msvc_embedded_natvis::Line">
|
||
|
<DisplayString>({a}, {b})</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[a]">a</Item>
|
||
|
<Item Name="[b]">b</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
</AutoVisualizer>
|