electron-inspector
electron-inspector copied to clipboard
App freezing up when debugging
I am following the instructions given here for getting electron-inspector
working. Through this post, I found that you must install version 1.2.1 of electron-rebuild
for things to run.
However, once the app is running and I open the debugger page in Chrome, the app freezes up. It won't respond to any input. The following is listed in the debugger console:
Error: No NativeModule in target scope
I created a repository with a sample app that demonstrates the issue.
Here is my environment info:
macOS: 10.12.6
node: 6.5.0
v8: 5.3.332.47
electron: 1.4.16
electron-inspector: 0.1.4
electron-rebuild: 1.2.1
chrome: 53.0.2785.143