8

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?

Update After checking in on this issue again nearly a year later I came across this JetBrains help document. It looks like it supports debugging server side coffee script... finally!

1
  • 1
    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.. Commented Feb 22, 2013 at 10:06

3 Answers 3

4

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

Sign up to request clarification or add additional context in comments.

1 Comment

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.
1

Nodeclipse has an opened issue #12 CoffeeScript debugging support

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.