-
Notifications
You must be signed in to change notification settings - Fork 227
Debugging
Adam Wulkiewicz edited this page Oct 9, 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.
For Visual Studio 2013, 2015, 2017, 2019 debugger visualizers are installed together with the Graphical Debugging extension available here

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