Is there a way to debug CoffeeScript line-by-line?
I understand that it compiles into Javascript. But this sounds like it could make it a pain to debug.
if you are running coffeescript from the terminal you can debug it line-for-line using node-inspector, launching your script this way:
coffee --nodejs --debug-brk yourscript.coffee