Closed rlaurente closed 5 years ago
@rlaurente
Yes there is, but the npm script was missing.
I have just pushed an update, so if you:
git pull
then
npm run electron:dev:debug
You can drop a debugger statement in the electron.js file and debug the main process. It will open the debugger in chrome dev tools. You may want to look at the Chrome NiM add-on.
Thanks,
Paul
@rlaurente
If that resolves debugging the main process, can you please let me know and I will close the issue.
Cheers...
Paul
I just want to ask is there a way to debug main process ?
Thanks