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 &
@gsouza75
Copy link

gsouza75 commented Oct 5, 2012

This doesn't work for me. I can see the compiled JavaScript sources in Chrome but setting breakpoints does not work, i.e., the code doesn't actually break in the breakpoints specified. Is anyone else having the same problem?

@cooolbasha
Copy link

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