Skip to content
Adam Wulkiewicz edited this page Oct 10, 2021 · 6 revisions

To help with debugging there are debugger visualizers or debugging helpers allowing to display a variable in a manner appropriate to its data type. For Visual Studio there is also an extension displaying graphical representations of geometries during debugging.

Visual Studio

For Visual Studio 2013, 2015, 2017, 2019 debugger visualizers are installed together with the Graphical Debugging extension available here

Graphical Debugging for Visual Studio

For Visual Studio 2012, 2013, 2015, 2017, 2019 you may also manually use *.natvis files from here.

QtCreator

For QtCreator you may use files from here.