Enabling debugging messages in Qt webkit
-
How to enable Qt and webkit debug messages? I tried with the option -debug -webkit-debug as an input to config. But I didn’t see any logs when I executed. I’m using Qt4.8.0 on mips based platform.
-
Maybe you will find "this ":http://www.developer.nokia.com/Community/Wiki/Redirecting_JavaScript_console_messages_in_a_Qt_hybrid_application useful although it's javascript related.
-
From the QtWebKit docs...
bq. Building the QtWebKit module with debugging symbols is problematic on many platforms due to the size of the WebKit engine. We recommend building the module only in release mode for embedded platforms. Currently QtWebKit will always be compiled without debugging symbols when using gcc. Take a look at the last lines of src/3rdparty/webkit/WebCore/WebCore.pro if you need to change this.