diff --git a/IDE/dist/BeefDbgVis.toml b/IDE/dist/BeefDbgVis.toml index 59284843..c8006616 100644 --- a/IDE/dist/BeefDbgVis.toml +++ b/IDE/dist/BeefDbgVis.toml @@ -249,6 +249,16 @@ Value = "__clearHighBits(mAllocSizeAndFlags, 1)" Size = "mSize" ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]" +[[Type]] +Name = "System.Collections.Generic.BinaryHeap<*>" +DisplayString = "{{ count={mSize} }}" +[[Type.Expand.Item]] +Name = "[Count]" +Value = "mSize" +[Type.Expand.ArrayItems] +Size = "mSize" +ValuePointer = "&this.mData.mFirstElement" + [[Type]] Name = "System.Collections.Generic.Dictionary<*, *>" DisplayString = "{{ count={mCount - mFreeCount} }}"