Skip to content
Adam Wulkiewicz edited this page Jan 31, 2022 · 6 revisions

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.

Graphical Debugging for Visual Studio

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.

Graphical Debugging for Visual Studio Code

You may also manually use *.natvis files from here.

QtCreator

Debugging helpers are available at github.

QtCreator debugging helpers