Wiki page enlightenment-debug.md changed with summary [Fix typos] by Carla Sensa

This commit is contained in:
Carla Sensa 2019-11-10 05:07:49 -08:00 committed by www-data
parent f9f121f386
commit f7b7392166
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Enlightenment Debugging #
This tutorial provides information on debugging Enlightenment, and is aimed at developers with prior debugging experience.. It is divided in two sections:
This tutorial provides information on debugging Enlightenment, and is aimed at developers with prior debugging experience. It is divided in two sections:
Before debugging make sure your debug symbols are enabled. If they are not consult the [Get Source documentation](/docs/distros/#Enable_debug_symbols_Optional) for further instructions.
@ -14,7 +14,7 @@ In order to use the GNU Debugger (GDB), first simulate a crash in Enlightenment.
Start by running Enlightenment, then switch to another terminal using CTRL+ALT+F1 for ``tty1``.
Two processes are of interes: ``enlightenment`` and ``enlightenment_start``. In fact, ``enlightenment`` is traced by ``enlightenment_start``.
Two processes are of interest: ``enlightenment`` and ``enlightenment_start``. In fact, ``enlightenment`` is traced by ``enlightenment_start``.
Next send a ``SEGV`` signal to "segfault" Enlightenment.