I\'m trying to attach a program with gdb but it returns:
Attaching to process 29139 Could not attach to process. If your uid matches the ui
If you are using Docker, you will probably need these options:
docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined