cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2021-04-23T06:24:09.368100Z

I pushed one extra tag (1.1.0.1) in the hope to appease MELPA.

bozhidar 2021-04-23T06:24:55.368600Z

It seems that this has worked, as now I see CIDER 1.1 on http://stable.melpa.org.

futuro 2021-04-23T15:58:11.369400Z

With the cider debugger, what does it mean to force-step, such as if you hit O or H?

futuro 2021-04-23T15:59:41.369900Z

Ah, reading a bit further in the docs I see > Out: Same as o, but skips breakpoints in other functions.

futuro 2021-04-23T16:00:13.370500Z

So it turns out I didn't need to dig into the source after all 😆