You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run vscode debugger under node.js 8.0 and can find
(node:2224) [DEP0062] DeprecationWarning: node --inspect --debug-brk is deprecated. Please use node --inspect-brk instead. IN CONSOLE
The text was updated successfully, but these errors were encountered:
It's not a bug, it's a valid way to put node 8 in debug mode, which they only kept to make life easier for IDEs. See nodejs/node#12949 and related issues. Also I have #27731 to make version detection more sophisticated in the future and try to use --inspect-brk.
Steps to Reproduce:
(node:2224) [DEP0062] DeprecationWarning:
node --inspect --debug-brk
is deprecated. Please usenode --inspect-brk
instead. IN CONSOLEThe text was updated successfully, but these errors were encountered: