Wiki page remote_debugging changed with summary [Fix typos] by Carla Sensa

This commit is contained in:
Carla Sensa 2019-10-16 07:43:38 -07:00 committed by www-data
parent db7123bba7
commit afeff43cc3
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ This tutorial aims at providing approaches to remote debugging.
Remote debugging through ssh was not detailed but approached in
[[/contrib/enlightenment-debug.md|Enlightenment Debugging]] section. In
this section, it is more convenience to use ssh for debugging enlightenment
this section, it is more convenient to use ssh for debugging enlightenment
because X is not available.
The version of SSH that you will want to use on Linux is called OpenSSH.
@ -156,7 +156,7 @@ $ Program received signal SIGSEGV, Segmentation fault.
$ 0x0000000000400b71 in ?? ()
</code>
You can now use ''gdb'' as it is explaines in [[apps_efl_debugging#Segfault in
You can now use ''gdb'' as it is explained in [[apps_efl_debugging#Segfault in
callback function]], for example print the backtrace:
<code bash>