PDA

View Full Version : How to step into libQtWebKit while debugging?



andrey-rogozhnikov
29th November 2013, 08:03
Hello all!

I'm trying to debug classed inherited from QWebView and QWebPage and need to step into libQtWebKit's methods but still have little success. I tried to install libqt4-webkit-dbg and qt4-bin-dbg. No effect. Tried to compile Qt myself with -webkit-debug (./configure -prefix /media/random/tmp/Qt-4.8.5d-dbus-v2 -debug -webkit-debug -silent -dbus -openssl && make && make install) and added the kit into QtCreator. The debugger is able to step into Qt libraries except libQtWebKit.

What is the right way to debug QtWebKit?

sky
9th December 2013, 10:43
Can somebody please answer how to build QtWebKit so that we may step into its code when we debug. Thank you.


sky.