Qt 6.11 is out! See what's new in the release
blog
Visual Studio and d_ptr
General and Desktop
3
Posts
2
Posters
1.1k
Views
1
Watching
-
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?