PDA

View Full Version : Can't debug QT application



corrado.calzoni
18th March 2011, 10:48
Hello everyone.
I'm getting an "unhandled exception" from my Qt application and I want to debug it. However, when my application exits the scope of qt_metacall() in the moc file and enters in QtCored4.dll I can see only the disassembly code. Is it possible to view the Qt code?
I'm using Visuall c++ 2008 Express Edition and Qt SDK 2010.04 (Qt 4.6.3). I've installed Qt with debug option, as a matter of fact my application call QtCored4.dll. However the "Call Stack" tab of VS says "Frames below may be incorrect and/or missing, no symbols loaded for QtCored4.dll"
Any help will be appreciated!

Thanks
Corrado