Wiki page enlightenment_debugging changed with summary [] by Raster

This commit is contained in:
Carsten Haitzler 2015-06-22 20:15:15 -07:00 committed by apache
parent f9dd535056
commit eb13747f83
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Then setup SEGV to segfault enlightenment.
kill -SIGSEGV $(pidof enlightenment)
</code>
''enlightenment_start will'' open a pop-up named Enlightenment Error. This pop-up indicates that Enlightenment segfaulted and allows to recover or log out but also detaches from the child process (Enlightenment) and let advanced users use GDB to debug it.
''enlightenment_start'' will open a pop-up named Enlightenment Error. This pop-up indicates that Enlightenment segfaulted and allows to recover or log out but also detaches from the child process (Enlightenment) and let advanced users use GDB to debug it.
<code bash>
#gdb on the running enlightenment process