Changes between Version 18 and Version 19 of WebKitGTK/Debugging
- Timestamp:
- Oct 5, 2017, 1:24:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Debugging
v18 v19 11 11 }}} 12 12 13 On 32-bit s 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:13 On 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: 14 14 {{{ 15 15 #!sh … … 45 45 '''NetworkProcessProxySoup.cpp''' 46 46 47 An 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. 47 48 48 49 = Getting a backtrace from a coredump =