Update debugging-main-process.md
This commit is contained in:
parent
aefddc0146
commit
aaf5f3331a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ $ electron --debug-brk=5858 your/app
|
||||||
### 5. Start the [node-inspector][node-inspector] server using electron
|
### 5. Start the [node-inspector][node-inspector] server using electron
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 path/to/electron.exe node_modules/node-inspector/bin/inspector.js
|
$ ELECTRON_RUN_AS_NODE=1 path/to/electron.exe node_modules/node-inspector/bin/inspector.js
|
||||||
```
|
```
|
||||||
|
|
||||||
### 6. Load the debugger UI
|
### 6. Load the debugger UI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue