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
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
When starting the debugger with F5, the following error is given:
(node:1928) [DEP0062] DeprecationWarning: 'node --debug' and 'node --debug-brk' are invalid. Please use 'node --inspect' or 'node --inspect-brk' instead.
I get the same error when I try to start node directly from the terminal with the same commands.
node version: v8.9.4
The text was updated successfully, but these errors were encountered:
Node now has a new debugger, which uses a new protocol.
This package is not for you if you want to use node v6.3 +, however, the good news is that you can still use the new inspector using Google Chrome, which is really cool if you've worked with Chrome debugger before, or if not, it's a bit intimidating at first, but pretty fun to work with after some using to.
When starting the debugger with F5, the following error is given:
(node:1928) [DEP0062] DeprecationWarning: 'node --debug' and 'node --debug-brk' are invalid. Please use 'node --inspect' or 'node --inspect-brk' instead.
I get the same error when I try to start node directly from the terminal with the same commands.
node version: v8.9.4
The text was updated successfully, but these errors were encountered: