|
|
@@ -1,3 +1,13 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
|
+ <Type Name="entt::basic_any<*,*>">
|
|
|
+ <DisplayString>{{ type={ info->alias,na }, policy={ mode,en } }}</DisplayString>
|
|
|
+ </Type>
|
|
|
+ <Type Name="entt::type_info">
|
|
|
+ <DisplayString>{{ name={ alias,na } }}</DisplayString>
|
|
|
+ <Expand>
|
|
|
+ <Item Name="[hash]">identifier</Item>
|
|
|
+ <Item Name="[index]">seq</Item>
|
|
|
+ </Expand>
|
|
|
+ </Type>
|
|
|
</AutoVisualizer>
|