Debugging CoffeeScript line-by-line

前端 未结 6 1748
遥遥无期
遥遥无期 2021-01-30 10:20

Is there a way to debug CoffeeScript line-by-line?

I understand that it compiles into Javascript. But this sounds like it could make it a pain to debug.

6条回答
  •  星月不相逢
    2021-01-30 11:00

    Coffeescript now supports source maps: http://coffeescript.org/

    Jetbrains for example supports this feature: https://blog.jetbrains.com/ruby/2013/01/whats-mining-coffeescript-debugger/

提交回复
热议问题