I'm still pretty new to the whole CoffeeScript scene.
Are there any IDEs out there that support debugging of CoffeeScript source code running on Node.js?
I'm hoping for something where I can set a breakpoint within a .coffee file and see a call stack and inspect variables.
WebStorm doesn't seem to fit the bill yet. WEB-2389
It appears that there is a solution for this client side using CoffeeScriptRedux in Chrome. Example
Are there other options? Sublime?