ptrace: Operation not permitted.
Could not attach to the process. Make sure no other debugger traces this process.
Check the settings of
/proc/sys/kernel/yama/ptrace_scope
For more details, see /etc/sysctl.d/10-ptrace.conf
解決辦法是在終端輸入:sudo gedit /etc/sysctl.d/10-ptrace.conf
把其中的kernel.yama.ptrace_scope = 1 改為 kernel.yama.ptrace_scope = 0
然后重啟即可土居。
- Remember setting the cmake to Debug mode.