Webstrom debug error: This Environment was initialized without a V8::Inspector
When I want to debug node files, especially test files, I got this:
[debugConnector] Attaching debugger skipped (unhandled exception) This Environment was initialized without a V8::Inspector
Have no idea how to figure it out.
Please sign in to leave a comment.
What script are you trying to debug? The issue looks similar to https://github.com/nodejs/node/issues/48467.
I get this too when launching tests in debug mode from IntelliJ.
Node tests are run with
node --test sample.test.jscommand. So this is indeed the https://github.com/nodejs/node/issues/48467 issue.