Commit 2f511ff7 by PouleyKetchoupp

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

parent 7b28f79f
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment