Debugging node apps in Ubuntu's snap Chromium
I've recently upgraded to Ubuntu 20.04 LTS in which Chromium is installed as snap package. It seems that the snap sandbox prevents IntelliJ from debugging with Chromium now. The browser doesn't even open when I run the debugging-configuration. This is the error message I get:

I don't even know if this is the correct path. No idea how snap works and the old Chromium package in the official Ubuntu repositories doesn't exist anymore. Does anyone know how to fix this problem?
Please sign in to leave a comment.
Debugging doesn't work with Chromium installed with snap due to some permissions issues when creating a profile dir (https://youtrack.jetbrains.com/issue/WEB-38511).