Skip to content

Commit

Permalink
Added LocalVector to Visual Studio debugger visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
pouleyKetchoupp committed Feb 25, 2021
1 parent 2ffecb7 commit 27d5e1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions platform/windows/godot.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
</Expand>
</Type>

<Type Name="LocalVector&lt;*&gt;">
<Expand>
<Item Name="[size]">count</Item>
<ArrayItems>
<Size>count</Size>
<ValuePointer>data</ValuePointer>
</ArrayItems>
</Expand>
</Type>

<Type Name="List&lt;*&gt;">
<Expand>
<Item Name="[size]">_data ? (_data->size_cache) : 0</Item>
Expand Down

0 comments on commit 27d5e1f

Please sign in to comment.