catdad / electronmon

🖥 run, watch, and restart electron apps using magic
147 stars 12 forks source link

Debugging main and renderer documentation #51

Open ErickRodrCodes opened 4 years ago

ErickRodrCodes commented 4 years ago

The current documentation does not indicate how to use electromon to be integrated with a debug tool like vscode for the main process or chrome for the renderer process.

AC: Documentation should include the needed instructions to use it with debug tools.

catdad commented 4 years ago

I don't currently use VS Code, and electron already comes with devtools built in. I don't currently have time to investigate this, but welcome PRs if you'd like to contribute documentation. Electronmon passes all arguments along as-is to electron, so it should not be too different from debugging electron directly.