Fork me on GitHub
#cursive
<
2018-03-27
>
agigao19:03:28

Hi Clojurians, I think I’m migrating to Cursive and is there any guide available how to debug web app in IntelliJ + Cursive?

royalaid20:03:39

@chokheli I don’t believe so because it just uses the intellij debugger and shows a jvm view into clojure. My recommendation for getting started is to just try throwing down a breakpoint and exploring the tooling from there

royalaid20:03:04

if you have specific questions or want a particular thing from the debugger I might be able to help

cfleming21:03:02

@chokheli It depends what you want to do, really - let me know if you have specific issues you need help with. I demoed a bit of debugging compojure in my talk on the debugger (https://www.youtube.com/watch?v=ql77RwhcCK0)