diff options
Diffstat (limited to 'source/core/core.natvis')
| -rw-r--r-- | source/core/core.natvis | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/core/core.natvis b/source/core/core.natvis index 1087b4e6a..08446db8d 100644 --- a/source/core/core.natvis +++ b/source/core/core.natvis @@ -89,6 +89,18 @@ </Expand> </Type> + <Type Name="Slang::OrderedHashSet<*>"> + <DisplayString>{{ size={dict._count} }}</DisplayString> + <Expand> + <LinkedListItems> + <Size>dict._count</Size> + <HeadPointer>dict.kvPairs.head</HeadPointer> + <NextPointer>next</NextPointer> + <ValueNode>Value</ValueNode> + </LinkedListItems> + </Expand> + </Type> + <Type Name="Slang::RefPtr<*>"> <SmartPointer Usage="Minimal">pointer</SmartPointer> <DisplayString Condition="pointer == 0">empty</DisplayString> |
