Add ScriptingTypeHandle debugger view to flax.natvis

This commit is contained in:
Wojtek Figat
2021-02-10 22:59:32 +01:00
parent 73efa35008
commit 2263b3db52

View File

@@ -206,4 +206,13 @@
</Expand>
</Type>
<!-- ScriptingTypeHandle -->
<Type Name="ScriptingTypeHandle">
<DisplayString Condition="Module == 0">Null</DisplayString>
<DisplayString Condition="Module != 0">Type={Module->Types._allocation._data[TypeIndex].Fullname}</DisplayString>
<Expand>
<Item Name="[Type]" ExcludeView="simple">Module->Types._allocation._data[TypeIndex]</Item>
</Expand>
</Type>
</AutoVisualizer>