atom-node-debugger
atom-node-debugger copied to clipboard
Getting exception for Node --debug argument
It looks like the debugger needs to use --inspect instead of --debug. I'm getting the following error.
Connection attempt 1 to node process on 127.0.0.1:5858 failed. Will try again in 500.
(node:7491) [DEP0062] DeprecationWarning: node --debug
and node --debug-brk
are invalid. Please use node --inspect
or node --inspect-brk
instead.
Can you advise me how to get around this?
Same here, It's possible to set the nodejs Version to use the correct argument ?
also having this problem!
This is a duplicate of #234
Status?