Visual Studio and d_ptr
-
Hi
I appreciate that this is not a pure Qt question!I am developing a library using Visual Studio 2012 and have used the d_ptr pattern.
In the application that uses the library I cannot see the contents of the d_ptr for the library class, but if I step into a library function I can see the d_ptr perfectly.
Does anyone know if I can get VS to display the d_ptr correctly from outside the library.Thanks
-
are you sure that VS found the debug symbols (pdb file) for your library?