Run your nodejs application using
"node --inspect server.js" (for example), you just need the --inspect switch.
Next, goto Chrome and click on DevTools for Nodejs. (the green button below) and then you're good to go.
Switch over to "source" tab and then set your breakpoint accordingly.
Comments