summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/core.natvis12
1 files changed, 11 insertions, 1 deletions
diff --git a/source/core/core.natvis b/source/core/core.natvis
index 08446db8d..d9035e8ba 100644
--- a/source/core/core.natvis
+++ b/source/core/core.natvis
@@ -100,7 +100,17 @@
</LinkedListItems>
</Expand>
</Type>
-
+ <Type Name="Slang::OrderedDictionary&lt;*,*&gt;">
+ <DisplayString>{{ size={_count} }}</DisplayString>
+ <Expand>
+ <LinkedListItems>
+ <Size>_count</Size>
+ <HeadPointer>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>