Qt creator on 64 bit Windows xp, 7, vista
-
Hello
I have really bad issue on Windows 7, Windows Vista and Xp (mingw). When Im debugging I cant check my QVariant value. What I only see is "Unavailable asynchronous data". I built Qt sdk on msvc 2008 and I still cant see any data in QVariant. It's a bug or I do something wrong? -
OK. What I have done:
-
I installed the newest Qt creator from qt site and I had “Unavailable asynchronous data” in Qt Creator when I was in debug mode.
-
I make new build from Qt sdk sources on msvc 2008 compiler. I still use Qt creator with msvc 2008 compiler and now I have this when Im in debug mode (QVariantMap) : !http://imageshack.us/f/62/msvcdebug.jpg/()!
-
-
You should not use the sdk sources for recompilation "see also this ":http://developer.qt.nokia.com/forums/viewthread/13404/#70998
If you want to recompile you need to download "this zip":http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.zip -
When stating "debug mode"
- did you compile Qt lib in debug mode?
- did you compile your app in debug mode?
- you use creator in debug mode?
You should be able to answer all questions with yes. Otherwise there will be a problem and you cannot debug properly.
If you have compiled Qt lib with msvc 2008 you can also debug in the msvc frame work as another option.
-
For all these questions - yes.
I use cdb compiler with these symbol paths in Qt Creater :symsrvsymsrv.dllC:\Users\Bartek\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols
Casn anyone tell me that debug in QtCreator with msvc combiler and debugger is possible with any issue?