How Debugging Done In Electron?

user image

Muskan Anand

2 years ago

Debugging is a set of steps that involves identifying the problem, source of problem then resolving the problem to work application successfully. In electron, app are run over main process and rendered process debugging applied on both processes. The Dev Tools in an Electron browser window can only debug JavaScript that is execute in that web pages. It uses external debugger and launch Electron with commands –debug or --debug-brk, --inspect or inspect-brk. Chrome Dev tools are used to debug renderer process as it executed in browser window.

Recent Doubts

Close [x]