I am trying to debug a nodejs ES6 server, even though I am using babel, I am getting this warning:
(node:17736) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid.
Please use `node --inspect` or `node --inspect-brk` instead.
Process finished with exit code 9
Can someone help me fix this? I saw many questions about this, but they all seem old and are not working for newest versions of nodejs.
This is my configuration:

