Add a step to INSTALL to type 'run' in gdb.
This commit is contained in:
parent
20aa562de5
commit
d141086b24
1 changed files with 2 additions and 0 deletions
2
INSTALL
2
INSTALL
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue