Debugging Clojure Code Wtih Cursive

0 0

Debugging Clojure code has traditionally been something of a black art. Cursive provides a complete JVM debugger based on the one provided in IntelliJ, including breakpoints, stepping and expression evaluation. In this talk, we'll see some of the features that Cursive provides to make debugging easy and discuss some tricks and tips for debugging Clojure code. We'll also discuss the JDI that the debugger is based on, and how some of its limitations affect debugging functional languages.

Clojure/West 2015

Clojure/west is the biggest Clojure conference in the western United States. Founded in 2012, the conference is a great place to meet Clojure developers and learn about what is happening in the lan...