senpost
9/21/2017 - 5:11 PM

Debug neutrino or node module

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/