Skip to content

Instantly share code, notes, and snippets.

@plurch
Created August 28, 2019 18:54
Show Gist options
  • Save plurch/63dc45a545e1e91257641a2816cd4b1b to your computer and use it in GitHub Desktop.
Save plurch/63dc45a545e1e91257641a2816cd4b1b to your computer and use it in GitHub Desktop.
Node debug bash function
function nodeDebug() {
# https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27
echo "Open chrome and type about:inspect"
echo "Open dedicated DevTools for Node"
node --inspect-brk $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment