File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<AutoVisualizer xmlns =" http://schemas.microsoft.com/vstudio/debugger/natvis/2010" >
3
3
<Type Name =" str" >
4
- <DisplayString >{data_ptr,[length]}</DisplayString >
5
- <StringView >data_ptr,[length]</StringView >
4
+ <DisplayString >{data_ptr,[length]s8 }</DisplayString >
5
+ <StringView >data_ptr,[length]s8 </StringView >
6
6
<Expand >
7
7
<Item Name =" [size]" ExcludeView =" simple" >length</Item >
8
8
<ArrayItems >
Original file line number Diff line number Diff line change 42
42
</Expand >
43
43
</Type >
44
44
<Type Name =" alloc::string::String" >
45
- <DisplayString >{*(char**)this,[vec.len]}</DisplayString >
46
- <StringView >*(char**)this,[vec.len]</StringView >
45
+ <DisplayString >{*(char**)this,[vec.len]s8 }</DisplayString >
46
+ <StringView >*(char**)this,[vec.len]s8 </StringView >
47
47
<Expand >
48
48
<Item Name =" [size]" ExcludeView =" simple" >vec.len</Item >
49
49
<Item Name =" [capacity]" ExcludeView =" simple" >vec.buf.cap</Item >
You can’t perform that action at this time.
0 commit comments