From: Christian Dywan Date: Thu, 7 Apr 2011 00:17:24 +0000 (+0200) Subject: Mention MIDORI_EXTENSION_PATH in INSTALL for debugging X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7dd822a075fd4900c2a71bb38098bdc56ab7a2;p=midori Mention MIDORI_EXTENSION_PATH in INSTALL for debugging --- diff --git a/INSTALL b/INSTALL index 63ce3662..aed4768e 100644 --- a/INSTALL +++ b/INSTALL @@ -67,6 +67,10 @@ If you want to "dry run" without WebKitGTK+ rendering, try this: 'MIDORI_UNARMED=1 _build_/default/midori/midori' +To debug extensions you can specify the path: + +'export MIDORI_EXTENSION_PATH=_build_/default/extensions' + For further information a tutorial for gdb and reading up on how you can install debugging symbols for libraries used by Midori are recommended.