To help with debugging there are debugger visualizers or debugging helpers allowing to see contents of variables more conveniently. For Visual Studio and Visual Studio Code there are extensions displaying graphical representations of variables.
Visual Studio 2013, 2015, 2017, 2019
Debugger visualizers are installed together with the Graphical Debugging extension available at marketplace and github.

You may also manually use *.natvis files from here. They may work with Visual Studio 2012 and 2022.
Visual Studio Code
Graphical Debugging extension is available at marketplace and github.

You may also manually use *.natvis files from here.
QtCreator
Debugging helpers are available at github.
