]> OCCT Git - occt-copy.git/commitdiff
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 fad548198d4a3481b2fda691503bc90bac436a4d..ff8b5e374331834ea7572f2dd82fe2b49cf8eb30 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>