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

此生再无相见时 提交于 2019-12-03 03:08:33

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

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.

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