Changes between Version 7 and Version 8 of WebKitGTK/Debugging
- Timestamp:
- Nov 28, 2013, 2:23:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Debugging
v7 v8 2 2 3 3 = Debugging WebKitGTK+ = 4 5 We sure of checking first the generic instructions about debugging with [wiki:"GDB" GDB]. 4 6 5 7 You need a compilation with symbols (''take it easy as it'll take some time/hours''): … … 97 99 == Related == 98 100 101 * [wiki:"GDB" Tips for debugging using GDB] 99 102 * [wiki:WebKitGTK/TrackingMemoryErrors Tracking memory errors in WebKitGTK+]