Node.js debugging in Intellij 2018.3 not working
Hello, I updated to version 2018.3 couple of days ago and Node.js debugging stopped working since then. I can set a breakpoint but the code execution does not stop there anymore. Is it a known problem?
BR
Ewgenij Sokolovski
Please sign in to leave a comment.
What Node.js version do you use? please can you check if disabling
js.debugger.use.node.optionskey in Registry ( Help | Find action, typeRegistryto locate it) makes things any better?Hello, it's Node 8.10.0.
After I disabled
it started to work again. According to the description of the option, it uses NODES_OPTIONS environmental variable instead of the --inspect flag. But this variable is empty in my setup.
please vote for https://youtrack.jetbrains.com/issue/WEB-35799 to be notified on any progress with it.
Please see https://medium.com/the-node-js-collection/node-options-has-landed-in-8-x-5fba57af703d for more info on NODE_OPTIONS var