Changes between Version 18 and Version 19 of WebKitGTK/Debugging


Ignore:
Timestamp:
Oct 5, 2017 1:24:01 AM (7 years ago)
Author:
cturner@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Debugging

    v18 v19  
    1111}}}
    1212
    13 On 32-bits arch it is quite unlikely this build will succeed. If you need a build with debug symbols but still without ASSERTs enabled you can try these options:
     13On 32-bit architectures it's quite unlikely this build will succeed. If you need a build with debug symbols but still without ASSERTs enabled you can try these options:
    1414{{{
    1515#!sh
     
    4545'''NetworkProcessProxySoup.cpp'''
    4646
     47An alternative to using a command prefix is to set the '''WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH''' environment variable. This will pause the web process for 30 seconds, giving you time to attach in a debugger before it starts.
    4748
    4849= Getting a backtrace from a coredump =