For more than 10 years searching VS extensions for "boost" would always return "C++ Debugger Visualizers" but the author (@KindDragon) seem to have abandoned the project years ago. I merged some of the PRs that were there in the [original repo](https://github.com/KindDragon/CPPDebuggerVisualizers/pulls) (with some other fixes I made and published [updated extension](https://marketplace.visualstudio.com/items?itemName=PavelP.ext1111&ssr=false) that works for VS2022+. My CPPDebuggerVisualizers fork that I use to publish the extension: https://github.com/pps83/CPPDebuggerVisualizers I didn't know about `graphical-debugging` extension, but it looks like it's actively maintained. Perhaps, If there is anything useful in CPPDebuggerVisualizers it could be merged into `graphical-debugging` and only one extension published?