debugging nodejs application



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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm