We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9a174 commit 8648636Copy full SHA for 8648636
1 file changed
natvis/godot-cpp.natvis
@@ -77,8 +77,7 @@
77
<Variable Name="elem" InitialValue="(unsigned char*)_head()"/>
78
<Variable Name="idx" InitialValue="0"/>
79
<Loop Condition="elem != 0">
80
- <Item Name="[{idx}].key">*(godot::Variant*)(elem + 16)</Item>
81
- <Item Name="[{idx}].value">*(godot::Variant*)(elem + 40)</Item>
+ <Item Name="[{idx}]">(godot::Variant*)(elem + 16),[2]</Item>
82
<Exec>elem = *(unsigned char**)elem</Exec>
83
<Exec>idx++</Exec>
84
</Loop>
0 commit comments