Closed dzhigit1 closed 3 months ago
@dzhigit1 you can change permissions using Flatseal and enable allow=devel If it's a one-off only, just start Netbeans passing the permission flag from the commandline :
flatpak run --allow=devel org.apache.netbeans
I use flatpak run --devel org.apache.netbeans. but it would be helpful if it was documented by netbeans or flatpak allowed it only for IDEs somehow.
debugging C programs with GNU Debugger doesn't work because flatpaks can't use ptrace.