How do you debug a NodeJS project? I’ve got one that I run from the shell as just node index.js. I go into the debugger, set a break point, but it’s never hit (even after a restart). I really, really, really miss that feature.
The debugger should work. (Maybe try kill 1 in shell) Another topic about the same bug:
kill 1