STL.natvis
: The VS copy is outdated
#4831
Labels
bug
Something isn't working
fixed
Something works now, yay!
visualizer
How the VS debugger displays STL types
It's been a while since a maintainer has "triple-mirrored" the STL visualizers into VS. Comparing VS 2022 17.11 Preview 3's
C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Packages\Debugger\Visualizers\stl.natvis
to the repo'sstl/debugger/STL.natvis
, I observe that (2023-06-15) #3772 is present, but we're missing:STL.natvis
: Simplify visualization formutex
/recursive_mutex
#3848<memory>
: Add different control block types forallocate_shared_for_overwrite
#4274std::ranges::view_interface
visualizer. #4835move_iterator
visualizer should use_Current
#4836This is also VSO-2268719 / AB#2268719.
Casey has created VS-PR-582133 to fix this.
The text was updated successfully, but these errors were encountered: