How to Debug ClojureScript

后端 未结 5 1356
花落未央
花落未央 2021-01-31 17:31

I apologize for this seemingly stupid question, but I\'ve been playing with ClojureScript on and off for a few weeks now, and I can\'t figure out this one simple question:

5条回答
  •  盖世英雄少女心
    2021-01-31 18:05

    UPDATE: I've taken the liberty to change the original answer since it is so woefully out of date and I cannot unmark this answer and mark a new one.

    To debug ClojureScript use source maps - http://github.com/clojure/clojurescript/wiki/Source-maps

提交回复
热议问题