File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<AutoVisualizer xmlns =" http://schemas.microsoft.com/vstudio/debugger/natvis/2010" >
33 <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 >
66 <Expand >
77 <Item Name =" [size]" ExcludeView =" simple" >length</Item >
88 <ArrayItems >
Original file line number Diff line number Diff line change 4242 </Expand >
4343 </Type >
4444 <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 >
4747 <Expand >
4848 <Item Name =" [size]" ExcludeView =" simple" >vec.len</Item >
4949 <Item Name =" [capacity]" ExcludeView =" simple" >vec.buf.cap</Item >
You can’t perform that action at this time.
0 commit comments