50
50
If the problem is a warning and not a crash, try this:
52
'G_DEBUG=all gdb _build_/default/midori/midori'
52
'G_DEBUG=all gdb _build/default/midori/midori'
54
54
If you are interested in HTTP communication, try this:
56
'MIDORI_SOUP_DEBUG=2 _build_/default/midori/midori'
56
'MIDORI_SOUP_DEBUG=2 _build/default/midori/midori'
58
58
Where '2' can be a level between 0 and 3.
60
60
If you are interested in (non-) touchscreen behaviour, try this:
62
'MIDORI_TOUCHSCREEN=1 _build_/default/midori/midori', or
62
'MIDORI_TOUCHSCREEN=1 _build/default/midori/midori', or
64
'MIDORI_TOUCHSCREEN=0 _build_/default/midori/midori'
64
'MIDORI_TOUCHSCREEN=0 _build/default/midori/midori'
66
66
If you want to "dry run" without WebKitGTK+ rendering, try this:
68
'MIDORI_UNARMED=1 _build_/default/midori/midori'
68
'MIDORI_UNARMED=1 _build/default/midori/midori'
70
70
To disable Netscape plugins, use MOZ_PLUGIN_PATH=/.
72
72
To debug extensions you can specify the path:
74
'export MIDORI_EXTENSION_PATH=_build_/default/extensions'
74
'export MIDORI_EXTENSION_PATH=_build/default/extensions'
76
76
For further information a tutorial for gdb and
77
77
reading up on how you can install debugging