kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Getting exception for Node --debug argument #242

Open jasonmevans opened 6 years ago

jasonmevans commented 6 years ago

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?

throrin19 commented 6 years ago

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

jacobfulfyll commented 6 years ago

also having this problem!

timkinnane commented 6 years ago

This is a duplicate of #234

dhowe commented 6 years ago

Status?