Wiki page efl-debug.md changed with summary [Fix typo] by Carla Sensa

This commit is contained in:
Carla Sensa 2019-10-18 05:54:47 -07:00 committed by www-data
parent 4857eb420b
commit 82141079e1
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ gdb myapp PID
Where ``PID`` is the process ID of the ``myapp`` process you to which you are attaching and debugging.
On some systems, attaching via GDB is prohibited. To enable it, sue the following command:
On some systems, attaching via GDB is prohibited. To enable it, issue the following command:
```bash
sudo sysctl -w kernel.yama.ptrace_scope=0