Open jeonniga opened 6 years ago
(node:7972) [DEP0062] DeprecationWarning: node --debug and node --debug-brk are invalid. Please use node --inspect or node --inspect-brk instead.
node --debug
node --debug-brk
node --inspect
node --inspect-brk
I just want to use any debug on atom for node.js
when i try to use node-debug, it made error message.
so what can i do for fix trouble?
it is possible that i adjust setting?
duplicate of #234
(node:7972) [DEP0062] DeprecationWarning:
node --debug
andnode --debug-brk
are invalid. Please usenode --inspect
ornode --inspect-brk
instead.I just want to use any debug on atom for node.js
when i try to use node-debug, it made error message.
so what can i do for fix trouble?
it is possible that i adjust setting?