Changes between Version 36 and Version 37 of WebKitGTK/Debugging


Ignore:
Timestamp:
Apr 16, 2021 1:26:07 PM (3 years ago)
Author:
Michael Catanzaro
Comment:

Recommend WEBKIT_FORCE_SANDBOX=0

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Debugging

    v36 v37  
    179179{{{
    180180#!sh
    181 $ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log"
     181$ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log" WEBKIT_FORCE_SANDBOX=0
    182182}}}
     183
     184WEBKIT_FORCE_SANDBOX=0 is required to ensure the debug log is saved in your real home directory, not the sandbox's home directory.
    183185
    184186To debug a multimedia layout test: