skellock / typescript-with-electron-react-kit

Don't just start your Electron app... TWERKit.
https://skellock.github.io/typescript-with-electron-react-kit
MIT License
145 stars 23 forks source link

Debug the main process using VSCode #126

Open danyhoron opened 5 years ago

danyhoron commented 5 years ago

Hi,

Can you please help me setup VSCode to be able to debug the main electron process? I'm pretty new to electron/node applications.

I noticed that fusebox is doing some magic there, and it's starting the electron app.

Thank you.