Changes between Version 36 and Version 37 of WebKitGTK/Debugging
- Timestamp:
- Apr 16, 2021 1:26:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Debugging
v36 v37 179 179 {{{ 180 180 #!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 182 182 }}} 183 184 WEBKIT_FORCE_SANDBOX=0 is required to ensure the debug log is saved in your real home directory, not the sandbox's home directory. 183 185 184 186 To debug a multimedia layout test: