From: Christian Dywan Date: Mon, 4 Oct 2010 20:55:44 +0000 (+0200) Subject: Add a step to INSTALL to type 'run' in gdb. X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d141086b2407471b26ba98abdbddf204bf3b9d21;p=midori Add a step to INSTALL to type 'run' in gdb. --- diff --git a/INSTALL b/INSTALL index af519fb0..63ce3662 100644 --- a/INSTALL +++ b/INSTALL @@ -39,6 +39,8 @@ Make sure you have installed 'gdb', the GNU Debugger. Run Midori as 'gdb _build_/default/midori/midori'. +Inside gdb, type 'run'. + Try to reproduce a crash that you experienced earlier, this time Midori will freeze at the point of the crash. Switch to your terminal, type bt ('backtrace') and hit Return.