How to debug electron applications with IntelliJ or WebStorm?

前端 未结 2 441
别那么骄傲
别那么骄傲 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:38

    This is how I set it up, and it worked great. I then just put my break points inside of webstorm and it just works.

    In webstorm create a new runtime configuration that looks like this.

提交回复
热议问题