summaryrefslogtreecommitdiffstats
path: root/source/core/core.natvis
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/core.natvis')
-rw-r--r--source/core/core.natvis12
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&lt;*&gt;">
+ <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&lt;*&gt;">
<SmartPointer Usage="Minimal">pointer</SmartPointer>
<DisplayString Condition="pointer == 0">empty</DisplayString>