0031095: Debugging - add code for display of TCollection_AsciiString as UTF-8 in...
authorabv <abv@opencascade.com>
Fri, 9 Oct 2020 07:37:37 +0000 (10:37 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 9 Oct 2020 15:26:03 +0000 (18:26 +0300)
dox/debug/occt.natvis

index fad5481..ff8b5e3 100644 (file)
@@ -61,6 +61,9 @@
   </Type>
   <Type Name="TCollection_AsciiString">
     <DisplayString>{mylength}: {mystring,s}</DisplayString>
+    <Expand>
+      <Item Name="[utf-8]">mystring,s8</Item>
+    </Expand>
   </Type>
   <Type Name="TCollection_HAsciiString">
     <DisplayString>{myString.mylength}: {myString.mystring,s}</DisplayString>