-
Notifications
You must be signed in to change notification settings - Fork 216
Debugging
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.
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.
Graphical Debugging extension is available at marketplace and github.
You may also manually use *.natvis files from here.
Debugging helpers are available at github.