electron-inspector icon indicating copy to clipboard operation
electron-inspector copied to clipboard

Debugger UI for the main Electron process

Results 6 electron-inspector issues
Sort by recently updated
recently updated
newest added

I am following the instructions given [here](https://electron.atom.io/docs/tutorial/debugging-main-process-node-inspector/) for getting `electron-inspector` working. Through [this post](https://github.com/enlight/electron-inspector/issues/7), I found that you must install version 1.2.1 of `electron-rebuild` for things to run. However, once...

hi! can you help me to understand what the problem is? I have this output: ```bash > [email protected] preinstall /home/adara/webdev/electron/d-pad/node_modules/.staging/v8-debug-7f3eec18 > node -e 'process.exit(0)' > [email protected] preinstall /home/adara/webdev/electron/d-pad/node_modules/.staging/v8-profiler-ba7fd586 > node...

When launching the app code with `./node_modules/.bin/electron . --debug-brk=5858`, it takes a while for Chrome at `http://127.0.0.1:8080/?debug=5858`to load the sources; Then it halts at the first line after hitting pause...

Failed to load electron-prebuilt, abandoning rebuild. { Error: Cannot find module 'electron-rebuild/lib/node-pre-gyp-fix' at Function.Module._resolveFilename (module.js:440:15) at Function.Module._load (module.js:388:25) at Module.require (module.js:468:17) at require (internal/module.js:20:19) ...

bug
help wanted

Hello I having an issue with running "npm install electron-inspector --save-dev" for electron-quick-start project. Here are output: npm WARN addRemoteGit Error: spawn git ENOENT npm WARN addRemoteGit at exports._errnoException (util.js:893:11)...

Would be great this project could feature a feature a demo of its usage.