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 (with some other fixes I made and published updated extension 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?
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 (with some other fixes I made and published updated extension 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-debuggingextension, but it looks like it's actively maintained. Perhaps, If there is anything useful in CPPDebuggerVisualizers it could be merged intographical-debuggingand only one extension published?