Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Just started looking into CoffeeScript myself. How coffee be the most popular language on GitHub without any decent tools for editing and debugging beats me.. – Jon Ramvi Feb 22 at 10:06

3 Answers

JetBrains products support debugging CoffeeScript with a combination of the JetBrains Chrome Plugin and Coffee-script-redux.

http://www.jetbrains.com/products.html#IDE_and_editors

http://confluence.jetbrains.com/display/RUBYDEV/Debugging+CoffeeScript+Code

share|improve this answer
1  
This appears to be for debugging coffee script code client side with a ruby server. I'm looking for a node js sever side coffee script debugging experience. Something similar to github.com/evanw/node-source-map-support only visual. – sky-dev Feb 3 at 17:09

You can theoretically do this on any IDE that supports remote debugging. However, with Coffee-script redux in beta 2 and all the activity surrounding source-map support you would be better off just waiting 5 minutes.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.