Update natvis file to display Node class correctly in Visual Studio debugger

This commit is contained in:
PouleyKetchoupp 2019-10-29 10:13:34 +01:00
parent 7b28f79f94
commit 2f511ff758

View File

@ -143,4 +143,12 @@
<Item Name="alpha">a</Item>
</Expand>
</Type>
<Type Name="Node" Inheritable="false">
<Expand>
<Item Name="Object">(Object*)this</Item>
<Item Name="class_name">(StringName*)(((char*)this) + sizeof(Object))</Item>
<Item Name="data">(Node::Data*)(((char*)this) + sizeof(Object) + sizeof(StringName))</Item>
</Expand>
</Type>
</AutoVisualizer>