atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

Getting exception for Node --debug argument

Open jasonmevans opened this issue 6 years ago • 4 comments

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?

jasonmevans avatar Sep 30 '17 06:09 jasonmevans

Same here, It's possible to set the nodejs Version to use the correct argument ?

throrin19 avatar Oct 09 '17 10:10 throrin19

also having this problem!

jacobfulfyll avatar Nov 08 '17 19:11 jacobfulfyll

This is a duplicate of #234

timkinnane avatar Nov 09 '17 01:11 timkinnane

Status?

dhowe avatar Jun 15 '18 10:06 dhowe