I am trying to debug a program I made with Qt 4.7.3 in Release mode. I would like to debug into this program. Is there a way to build the Qt DLL libraries in release with debug info?
I’m on Windows using Visual Studios 2008.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To generate debug symbols for your release build of Qt on windows…
For a VC2008 build you would add this to Qt\mkspecs\win32-msvc2008\qmake.conf
Then configure and rebuild.
More details of the various qmake options available here:
http://doc.qt.io/qt-5/qmake-variable-reference.html