Hi, I'm trying to debug C++ using the native debugger extension on the VSCodium flatpak. I've layered gdb onto my system, and pointed the native debug config file to its executable. It launches successfully, but finds it's unable to trace the inferior process and quits.
warning: Could not trace the inferior process.
warning: ptrace: Operation not permitted```