flathub / org.apache.netbeans

https://flathub.org/apps/details/org.apache.netbeans
7 stars 5 forks source link

ptrace #46

Closed dzhigit1 closed 3 months ago

dzhigit1 commented 2 years ago

debugging C programs with GNU Debugger doesn't work because flatpaks can't use ptrace.

patriziobruno commented 2 years 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
dzhigit1 commented 2 years ago

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.