📝 Fixed typo
[ci skip]
This commit is contained in:
parent
21439a138b
commit
f608c2b2d9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
The DevTools in an Electron browser window can only debug JavaScript that's
|
The DevTools in an Electron browser window can only debug JavaScript that's
|
||||||
executed in that window (i.e. the web pages). To debug JavaScript that's
|
executed in that window (i.e. the web pages). To debug JavaScript that's
|
||||||
executed in the main process you will need to use an external debugger and
|
executed in the main process you will need to use an external debugger and
|
||||||
launch Electron with the `--inspector` or `--inspector-brk` switch.
|
launch Electron with the `--inspect` or `--inspect-brk` switch.
|
||||||
|
|
||||||
## Command Line Switches
|
## Command Line Switches
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue