webstorm调试electron主进程

第一步:点击 Edit Configurations

image-20220518161108031

第二步:点击+号,选择Node.js

image-20220518161404788

第三步:按下图进行填写。

其中,Node interpreter 选择项目目录/node_modules/.bin/electron.cmd

JavaScript file 是主进程文件名

image-20220518161034097

第四步:然后在主进程打上断点,在debug模式下运行。

image-20220518161245724


webstorm调试electron主进程
https://www.zhaojun.inkhttps://www.zhaojun.ink/archives/webstorm-debug-electron-main-process
作者
卑微幻想家
发布于
2022-05-18
许可协议