I\'m using IntelliJ as development tool and I wanted to know how to debug an Electron application?
I\'m aware there is a standard way to debug Electron applications,
Try to change your node interpreter by the electron executable in your node_modules. It seems to work fine for me ;)