node-inspector: Internal error: illegal access (debugging ES6 proxy)
I’m using node-inspector for node 0.11.13
I start node --debug-brk ...
, open node-inspector and enter the code in Chrome. Everything’s fine.
Then I press ‘Continue’ in Chrome and, after some time, in console:
Internal error: illegal access
There is no stack at all.
Is there a way to trace communication with v8 to see at which stage it happened? It looks like a node-inspector bug.
<bountysource-plugin>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
About this issue
- Original URL
- State: open
- Created 10 years ago
- Comments: 26 (7 by maintainers)
Was also seeing this error, but based on this node-inspector issue thread, I upgraded to node 6.2.1 and the issue was resolved.
If you have the ability to upgrade to 6.2.1, it might be worth a try. Not sure how related the 2 issues are.
Just verified that this is be resolved in node 7.7+