Changes between Version 1 and Version 2 of Debugging With LLDB or GDB


Ignore:
Timestamp:
Mar 2, 2014 6:20:42 PM (10 years ago)
Author:
BJ Burg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Debugging With LLDB or GDB

    v1 v2  
     1= Debugging WebKit =
     2
     3Use the script `Tools/Scripts/debug-safari`
     4
    15= Debugging WebKit2 =
    26
     
    1317
    1418= Debugging WebKitTestRunner =
     19
     201. Tools/Scripts/set-webkit-configuration --debug
     211. Tools/Scripts/debug-test-runner
     221. Inside GDB/LLDB, set breakpoints, then `run /path/to/layout/test.html`.
    1523
    1624= Miscellaneous Tips =