We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Source: https://github.com/electron/electron/blob/v1.6.11/docs/tutorial/debugging-main-process-node-inspector.md
Note: this is a stripped-down version of instructions that works. If you experience problems, refer to the source above
Note: works on v6, v7 and v8
npm install node-inspector
"arguments": "--debug=5858"
set ELECTRON_RUN_AS_NODE=true && "/Path/To/Built/Runtime/ExeFile/openfin.exe" "/Path/To/HadoukenIO-core/node_modules/node-inspector/bin/inspector.js"
Visit http://127.0.0.1:8080/?port=5858 to start debugging