Changes between Version 2 and Version 3 of Debugging the WebKit2 Web Process
- Timestamp:
- 09/16/11 16:59:04 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging the WebKit2 Web Process
v2 v3 32 32 4. Once attached, in gdb type "continue<enter>" OR in Xcode select Run->Continue. 33 33 34 == To debug a web process using Instruments/DTrace: == 35 36 If you're having trouble attaching to the WebProcess, try disabling the sandbox: 37 38 {{{defaults write com.apple.WebProcess DisableSandbox YES}}} 39 34 40 == Using Visual Studio 2005 on Windows: == 35 41