I'm a total Clojure beginner, not to mention a C# guy with little Java experience, but as I suspect I'm not alone I'll go ahead and ask what's probably a dumb question. :)
I'm writing some simple code, and I've hit the point where having a debugger would be helpful. Once I convinced clojure-swank to launch java with the right arguments, I was able to attach JSwat, to open my .clj files, and to set breakpoints. But my breakpoints never trigger. I've googled a bit, but haven't come across the (probably obvious) answer to my problem. What am I missing? I'm on Windows 2008, running clojure under clojure-swank from emacs. [Later] I wonder if this doesn't have something to do with the fact that I'm doing everything via the REPL. Is it possible to break on code you've evaluated via M-x slime-eval-buffer? I'm able to set breakpoints in (e.g.) boot.clj. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---