I had compiled Qt 4.6.2 from sources with VS 2008. Now I would like to be able to step into Qt sources while debugging my application. How do I make VS to pick up the framework sources?
I forgot to mention that qt was built statically, and I don’t find any .pdb files anywhere. I believe that all the necessary data should be included in the debug .lib files?
Did you compile the debug version of Qt ? To do so, you need to give -debug or -debug-and-release arguments to the configure step. I believe that even for static version, you will get pdb files.