Hacker News new | ask | show | jobs
by shadowmint 3453 days ago
Got a link with specifics?

I've never seen breakpoints & source maps working properly; just a series of blog posts by various people who've tried and failed to get it working.

1 comments

That's like 2 years ago. Source maps work fairly well today.
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)