Skip to content

Instantly share code, notes, and snippets.

@iraSenthil
Created September 21, 2017 17:11
Show Gist options
  • Save iraSenthil/0c695cd0719e7f350f703921b8a61fdc to your computer and use it in GitHub Desktop.
Save iraSenthil/0c695cd0719e7f350f703921b8a61fdc to your computer and use it in GitHub Desktop.
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment