Update debugging-main-process.md

This commit is contained in:
Levin Rickert 2016-01-06 14:43:13 +01:00
Родитель aaf5f3331a
Коммит 062253bdfc
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -28,13 +28,13 @@ with node-inspector, and the main process will crash if you inspect the
### 2. Install [node-inspector][node-inspector]
```bash
$ npm i node-inspector
$ npm install node-inspector
```
### 3. Install a patched version of `node-pre-gyp`
```bash
$ npm i git+https://git@github.com/enlight/node-pre-gyp.git#detect-electron-runtime-in-find
$ npm install git+https://git@github.com/enlight/node-pre-gyp.git#detect-electron-runtime-in-find
```
### 4. Recompile the `node-inspector` `v8` modules for electron (change the target to your electron version number)
@ -63,7 +63,7 @@ $ electron --debug-brk=5858 your/app
### 5. Start the [node-inspector][node-inspector] server using electron
```bash
$ ELECTRON_RUN_AS_NODE=1 path/to/electron.exe node_modules/node-inspector/bin/inspector.js
$ ELECTRON_RUN_AS_NODE=true path/to/electron.exe node_modules/node-inspector/bin/inspector.js
```
### 6. Load the debugger UI