If you’re using Visual Studio 2012 or 2013 Express with Qt, you can’t use the Qt Addin, but you might still want to have user friendly Qt types showing in your debugger. Luckily this is quite easily achieved :
- Download the qt5.natvis file from the Qt Git repository.
- Make sure you have the following folder :
<MyDocuments>\Visual Studio 2013\Visualizers
and if not, create it. - Copy the
qt5.natvis
file in it, and restart Visual Studio. - Done.