]> spindle.queued.net Git - midori/commitdiff
Add more debugging tips to INSTALL file
authorChristian Dywan <christian@twotoasts.de>
Tue, 24 Feb 2009 21:49:51 +0000 (22:49 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 24 Feb 2009 21:49:51 +0000 (22:49 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 46d403fdd496e96acd8db7cd899927141badcfb0..9eb4519c5ec6f6301c5e0f438ca9fc13178b8067 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -41,6 +41,16 @@ Switch to your terminal, type bt ('backtrace') and hit Return.
 What you obtained now is a backtrace that should include
 function names and line numbers.
 
+If the problem is a warning and not a crash, try this:
+
+'G_DEBUG=all gdb _build_/default/midori/midori'
+
+If you are interested in HTTP communication, try this:
+
+'MIDORI_SOUP_DEBUG=2 _build_/default/midori/midori'
+
+Where '2' can be a level between 0 and 3.
+
 For further information a tutorial for gdb and
 reading up on how you can install debugging
 symbols for libraries used by Midori are recommended.