Standardize DevTools

This commit is contained in:
Jessica Lord 2015-09-09 14:11:06 -07:00
parent 279fd0a461
commit c29a2e4992
4 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
# Debugging the Main Process
The browser window devtools can only debug the renderer process scripts (i.e.
The browser window DevTools can only debug the renderer process scripts (i.e.
the web pages). In order to provide a way to debug the scripts from the main
process, Electron has provided the `--debug` and `--debug-brk` switches.