CLion Debugger Fails in Docker Container CLion Debugger Fails in Docker Container docker docker

CLion Debugger Fails in Docker Container


Adding the --cap-add sys_ptrace option to the docker run command resolves the issue, as per the suggestion made by Eldar Abusalimov in the comments.