每次我想开始调试时,Qt创建者都会抛出一个错误。这是错误:
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
我已经搜索了错误消息并得到了一些关于内核中的错误的结果但是我能够在命令行中运行gdb
,所以我认为它与kernel / gdb无关。
导致此错误的原因是什么?