Node inspect does not show source code to debug in chrome devtools. I tried to run code using command
node --inspect server.js
then i opened chrome://inspect/#devices and then clicked Open dedicated DevTools for Node. But this doesn't show up my server.js file but shows recently opened files in devtools.