qt - How to enable qtwebkit webcore logs ? -


im relatively noob qt .

i wanted understand how browser talks qtwebkit , how enable logs in html level of webcore inside qt.

also qtwebkit write log files.

im using qt 5

anyhelp appreciated , thank

qtwebkit can print various logs stderr, in debug builds (it possible have them in release builds defining -dlog_disabled=0, not supported , may require source modifications).

to enable logs, specify list of desired log channels in environment variable qt_webkit_log

  • any non-empty value of qt_webkit_log enables notyetimplemented channel, not interesting (unless developing webkit)
  • value all (available in qtwebkit technology preview, see below) enables channels
  • you can find possible channel names in source/webcore/platform/logging.h

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -