My setup:
When I debug a simple "Hello world" console application, Qt Creator complains saying
Couldn't get registers: No such process
All solutions found on Internet rely on setting /proc/sys/kernel/yama/ptrace_scope
, which is missing in this (pretty old) distribution.
I guess that the problem is somehow related to PTRACE settings.
Any idea how to solve this issue ?
I found a solution: disable the flag Run in terminal under Projects->Run.
Once disabled this option, the project can be succesfully debugged with the console output shown on the bottom panel of Qt Creator.