How to debug electron applications with IntelliJ or WebStorm?

前端 未结 2 433
别那么骄傲
别那么骄傲 2021-01-01 19:13

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,

2条回答
  •  鱼传尺愫
    2021-01-01 19:54

    Try to change your node interpreter by the electron executable in your node_modules. It seems to work fine for me ;)

提交回复
热议问题