Which IDE supports CoffeeScript debugging (Source Mapping, Breakpoints & Call Stack) for Node.js apps?

空扰寡人 提交于 2019-12-03 13:03:36

问题


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:


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




回答2:


Nodeclipse has an opened issue #12 CoffeeScript debugging support




回答3:


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.



来源:https://stackoverflow.com/questions/14533885/which-ide-supports-coffeescript-debugging-source-mapping-breakpoints-call-st

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!