Hacker News new | ask | show | jobs
by iLemming 3452 days ago
That's like 2 years ago. Source maps work fairly well today.
1 comments

come on, dont just wave your hands in the air and say its all good.

how do you do it then?

What do you mean how? Clojurescript compiler today has four different, well documented options related to source maps: https://github.com/clojure/clojurescript/wiki/Compiler-Optio... Just yesterday I placed `(js* "debugger;")` in my .cljs code and it stopped exactly where I wanted it. And showed exact piece of Clojurescript (not compiled JS)