Debugging CoffeeScript line-by-line

前端 未结 6 1799
遥遥无期
遥遥无期 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 10:57

    Update: there's currently a redesign of coffeescript compiler that generates source maps, which should enable you to debug your coffeescript in most recent versions of Google Chrome (18 and upwards I think).

    I think it's not production-ready yet, but it's worth mentioning.

提交回复
热议问题