PDA

View Full Version : Build QtWebkit with internal debug symbol with Qt 4.8.0



sfcheng77
16th January 2012, 02:49
I am trying to step into the internal source code of QtWebkit (I mean the code inside WebCore instead of just the Qt wrapper classes). I donwloaded QT 4.8.0 opensource version. I used the following configuration command before running nmake.

>configure -webkit-debug -debug

However, the compiled version doesn't allow me to step into webkit source code. The generated PDB file for QtWebkit.dll is only about 30MB+. I compiled QT 4.7.3 before and the PDB file is 160MB for QtWebkit.dll. It seems the option webkit-debug is now completely ignored.

Is there anyway to fix this issue?

andrey-rogozhnikov
29th November 2013, 08:35
Bumping this thread. I built Qt 4.8.5 with MinGW, but the question is the same: why is QtWebkitd.dll ignored while all the rest libraries are enabled to step into?

sky
9th December 2013, 10:42
Can somebody please answer this. I think there are enough people wanting to know how to step into QtWebkit code while debugging.