beginners

Doug Harvey 2025-05-03T02:11:21.279249Z

Hello. I'm using Intellij and the Cursive plug-in and slooowly working my way through the (very well-written) hello world pedestal examples. Any pointers on (1) is it possible for me to start a debugger to set breakpoints, etc. and (2) if yes, where I might find instructions on that?

2025-05-03T02:30:52.599389Z

(1) Yes (2) It should be just like how you'd do it for Java if so remember.

2025-05-03T02:34:31.363459Z

Which, you have to create a Debug configuration setup for Clojure. Then you can click the debugger icon. And to set/unset breakpoint, I think you just click of the line number