Changes between Version 2 and Version 3 of Debugging With LLDB or GDB
- Timestamp:
- Mar 29, 2014, 12:15:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging With LLDB or GDB
v2 v3 21 21 1. Tools/Scripts/debug-test-runner 22 22 1. Inside GDB/LLDB, set breakpoints, then `run /path/to/layout/test.html`. 23 24 = Debugging API Tests = 25 26 To debug a single API test without the wrapper script (here, `AcceptsFirstMouse.WebKit2`): 27 28 `DYLD_FRAMEWORK_PATH=WebKitBuild/Debug lldb -f WebKitBuild/Debug/TestWebKitAPI -- --gtest_filter=AcceptsFirstMouse.WebKit2` 23 29 24 30 = Miscellaneous Tips =