Skip to content

Instantly share code, notes, and snippets.

@AnsonT
Created July 30, 2011 06:32
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnsonT/1115264 to your computer and use it in GitHub Desktop.
Save AnsonT/1115264 to your computer and use it in GitHub Desktop.
CoffeeScript debugging with node-inspector
node-inspector &
coffee --nodejs --debug app.coffee &
google-chrome http://127.0.0.1:8080/debug?port=5858 &
google-chrome http://127.0.0.1:3000 &
@cooolbasha
Copy link

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