Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
1.2.3, 2.2.0
-
c69a9dac77c67310bc837826c1bab51286fec6d1
Description
Using Visual Studio 2013 (and 2012), if Qt is configured with a namespace with
./configure -qtnamespace MyNameSpace
Then the debugger visualizer installed by the add-in doesn't work because the names need to be fully qualified in a natvis file.
("C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Packages\Debugger\Visualizers\qt5.natvis")
Workaround:
Search : <Type Name="
And Replace with: <Type Name="MyNameSpace::