QtSDK: Still cannot debug into Qt sources
-
...even after reading existing threads and a FAQ.
I have Qt SDK (Creator 2.4.1), and multiple Qt versions installed. When I set the Qt source path to 4.7.3, everything works fine, but as soon as I change it to 4.8.1, I can no longer step into Qt source code. I can set break points in Qt sources, but only get assembler code when they are reached.
Is this a known (and documented) bug?
-
No idea, but - if possible - try with 4.8.2, too. Might have been fixed there.
-
I'm just running the SDK here. No 4.8.2 there yet.
-
No, it doesn't work with 4.8.2 either.
It seems to work with Visual Studio 2010, though.
EDIT: I've tried 4.8.0 in Qt Creator both using CDB and GDB. CDB works, GDB doesn't.