Add a step to INSTALL to type 'run' in gdb.

This commit is contained in:
Christian Dywan 2010-10-04 22:55:44 +02:00
parent 20aa562de5
commit d141086b24

View file

@ -39,6 +39,8 @@ Make sure you have installed 'gdb', the GNU Debugger.
Run Midori as 'gdb _build_/default/midori/midori'. Run Midori as 'gdb _build_/default/midori/midori'.
Inside gdb, type 'run'.
Try to reproduce a crash that you experienced earlier, Try to reproduce a crash that you experienced earlier,
this time Midori will freeze at the point of the crash. this time Midori will freeze at the point of the crash.
Switch to your terminal, type bt ('backtrace') and hit Return. Switch to your terminal, type bt ('backtrace') and hit Return.