I am trying to debug a node program using the Chrome inspector. When I try to add the folder the program is in ( which is in /opt/lampp/htdocs/nodestuff ) to the workspace, I receive a "permission denied" notice.
It's my understanding that changing the permissions of the /opt folder is A Very Bad Thing . Any suggestions on the best practices for this situation?
I am using Chromium, which I installed through the Ubuntu Software app.