NodeJS
NodeJS copied to clipboard
Plugin uses deprecated debug protocol
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.
