]> spindle.queued.net Git - midori/commitdiff
Add a step to INSTALL to type 'run' in gdb.
authorChristian Dywan <christian@twotoasts.de>
Mon, 4 Oct 2010 20:55:44 +0000 (22:55 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 4 Oct 2010 22:04:28 +0000 (00:04 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index af519fb0d0decfef6c526b20c1496bf546e9435e..63ce3662205d8736ee22f866dfa867d013892435 100644 (file)
--- 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.