Changes between Version 2 and Version 3 of Debugging the WebKit2 Web Process


Ignore:
Timestamp:
09/16/11 16:59:04 (21 months ago)
Author:
andreas.kling@nokia.com
Comment:

Adding comment about Instruments/DTrace.

Legend:

Unmodified
Added
Removed
Modified
  • Debugging the WebKit2 Web Process

    v2 v3  
    3232 4. Once attached, in gdb type "continue<enter>" OR in Xcode select Run->Continue. 
    3333 
     34== To debug a web process using Instruments/DTrace: == 
     35 
     36If you're having trouble attaching to the WebProcess, try disabling the sandbox: 
     37 
     38{{{defaults write com.apple.WebProcess DisableSandbox YES}}} 
     39 
    3440== Using Visual Studio 2005 on Windows: == 
    3541