STL.natvis
: move_iterator
visualizer should use _Current
, not current
#4829
Labels
bug
Something isn't working
fixed
Something works now, yay!
visualizer
How the VS debugger displays STL types
STL/stl/inc/xutility
Lines 4149 to 4152 in ef1d621
STL/stl/debugger/STL.natvis
Lines 1522 to 1527 in ef1d621
And traditionally, we've used
Name="[current]"
to indicate that we're displaying a pretty name for an ugly data member.Regression introduced by #1080 on 2020-07-27 in VS 2019 16.8.
Reported by @xiangfan-ms.
The text was updated successfully, but these errors were encountered: