Debug neutrino or node module
Run this where package.json is located.
node --inspect-brk .\node_modules\neutrino\bin\neutrino start --use .\.neutrino.js
Go to http://127.0.0.1:9229/json/list and copy value in devtoolsFrontendUrl
See this for more information. https://nodejs.org/en/docs/guides/debugging-getting-started/