mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added a BinaryHeap visualizer
This commit is contained in:
parent
ff33c7aca3
commit
2c6a72ba68
1 changed files with 10 additions and 0 deletions
10
IDE/dist/BeefDbgVis.toml
vendored
10
IDE/dist/BeefDbgVis.toml
vendored
|
@ -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} }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue