Results 1 to 6 of 6

Thread: How to step inside(debug) webkit code?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Dec 2007
    Posts
    628
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 89 Times in 87 Posts

    Default Re: How to step inside(debug) webkit code?

    Building the QtWebKit module with debugging symbols is problematic on many platforms due to the size of the WebKit engine. Its recommended 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.
    More info here.

  2. The following user says thank you to yogeshgokul for this useful post:

    nish (30th December 2009)

Similar Threads

  1. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 22:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.