Add ScriptingTypeHandle debugger view to flax.natvis

This commit is contained in:
2020-12-21 13:29:52 +01:00
parent 0e6ead938e
commit 3a314d97eb
+9
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>