PDA

View Full Version : Qt Visual studio 2005 NMake- How to Debug the Code



santhoshpatil
14th November 2011, 13:10
Hi guys

I have followed the following document Ian Davis. Using Qt 4 with Visual Studio 2005 to install QT with visual studio 2005 , everything works fine until i hit the debug button, i am not able to put break points in the code .. i am running in Debug mode only.the message i am getting is "Binary was not built with debug information"..

How can i debug the code? thanks for help in advance.....

Ginsengelf
16th November 2011, 08:36
Hi, in Project properties->Configuration Properties->Linker->Debugging the entry "Generate Debug Info" should be set to "Yes" to generate debug infos.

Ginsengelf