1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-02 03:41:28 +00:00
x65/struse.natvis
2016-05-26 22:28:32 -07:00

12 lines
420 B
XML

<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="strref">
<DisplayString>{string,[length]s}</DisplayString>
</Type>
<Type Name="strown&lt;*&gt;">
<DisplayString>{string,[length]s}</DisplayString>
</Type>
<Type Name="strovl">
<DisplayString>{string_ptr,[string_length]s}</DisplayString>
</Type>
</AutoVisualizer>