Visual Studio to load Qt source code for debugging -


I compiled QT 4.6.2 from the sources of VS 2008. Now I would like to take action in Qt sources. Debugging my application How do I raise VS infrastructure sources?

I forgot to mention that QT was created statically, and I do not get any .pdb files. I believe that all the required data should be included in debug .lib files?

Did you compile the debug version of Qt? To do this, you must give debug or debug-and-release arguments to the configured step. I believe that even for the stable version, you will get PDB files.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -