- 
    Bug 
- 
    Resolution: Fixed
- 
    P3: Somewhat important 
- 
    1.2.3, 2.2.0
- 
        c69a9dac77c67310bc837826c1bab51286fec6d1
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::
| For Gerrit Dashboard: QTVSADDINBUG-378 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 240859,2 | Fix visualization not working with Qt namespace | dev | qt-labs/vstools | Status: ABANDONED | 0 | 0 | 
| 240860,3 | Fix visualization not working with Qt namespace | dev | qt-labs/vstools | Status: MERGED | +2 | 0 |