PDA

View Full Version : qt creator debugging problem



sujan.dasmahapatra
16th December 2009, 20:04
Friens
I am trying to debug my application in QT-Creator. I have configured QTfor VC++ at this location
c:\Qt\2009.04\qt
Now I am also using qt-creator and my application is built successfully in creator in debug mode.
But when I am putting a break point and pree F5 it gives a message as

Cannot debug
D:\path\to\program\debug\program.exe
Debugging VS executables is currently not enabled.

Can anyone help to sort out this problem.Any suggestions would be appreciated.

faldzip
16th December 2009, 21:10
Do you have Debugging Tools installed?
And If you want to use Qt with VS then the preferred way is to download just Qt sources, compile them and install only standalone Qt Creator without downloading QtSDK which has compiled Qt libraries with MinGW.