Created
September 21, 2017 17:11
-
-
Save iraSenthil/0c695cd0719e7f350f703921b8a61fdc to your computer and use it in GitHub Desktop.
Debug neutrino or node module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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