NodeJS icon indicating copy to clipboard operation
NodeJS copied to clipboard

Plugin uses deprecated debug protocol

Open deedf opened this issue 5 years ago • 1 comments
trafficstars

When trying to debug a target running Node 12 I get the following error:

/usr/local/bin/node: [DEP0062]: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` and `node --inspect-brk` instead.
Done.

The debug and debug-brk flags are deprecated and unsupported since Node 7.7.0, see there https://nodejs.org/en/docs/guides/debugging-getting-started/ so I guess it's not just a question of changing the flag name but also supporting the new Websocket debugging protocol.

deedf avatar Mar 31 '20 10:03 deedf

Capture d’écran_2020-03-31_12-01-40

deedf avatar Mar 31 '20 10:03 deedf