Skip to content

Instantly share code, notes, and snippets.

@sorenlouv
Last active August 29, 2015 14:17
Show Gist options
  • Save sorenlouv/b14f7c68c14a307b53e4 to your computer and use it in GitHub Desktop.
Save sorenlouv/b14f7c68c14a307b53e4 to your computer and use it in GitHub Desktop.
Grunt node debugging

Start grunt

cd ~/ts-code/Apps-Server/

/usr/local/bin/node --debug-brk=52713 --debug-port=5858 --nolazy /usr/local/bin/grunt server

Start node inspector

node-inspector --web-port=9090

Open Developer tools

http://127.0.0.1:9090/debug?port=5858

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment