WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=fc5f60346af1cf4bb5a9ecf04fb45d82b2b758a8
commit fc5f60346af1cf4bb5a9ecf04fb45d82b2b758a8 Author: Gareth Halfacree <[email protected]> Date: Thu Nov 30 07:04:46 2017 -0800 Wiki page remote-debug.md changed with summary [] by Gareth Halfacree --- pages/develop/debug/c/remote-debug.md.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/develop/debug/c/remote-debug.md.txt b/pages/develop/debug/c/remote-debug.md.txt index ac9085b82..a71ee2efc 100644 --- a/pages/develop/debug/c/remote-debug.md.txt +++ b/pages/develop/debug/c/remote-debug.md.txt @@ -65,8 +65,7 @@ $ Program received signal SIGSEGV, Segmentation fault. $ 0x0000000000400b71 in ?? () ``` -You can now use ``gdb`` as it is explaines in [[apps_efl_debugging#Segfault in -callback function]], for example print the backtrace: +You can now use the GNU Debugger as demonstrated in [Debugging with GDB](gdb.md), for example by printing a backtrace: ```gdb (gdb) bt --
