Ah, that's all it was. I thought it was available after I saw someone
suggest using clojure 1.2. After changing to use RC3, swank
(especially swank.core/break) works beautifully. Thanks!
On Aug 16, 11:23 am, Saul Hazledine wrote:
> Aug 16, 8:03 pm, Alan wrote:
>
>
>
> > $ cat project.clj
> > (de
2010/8/16 Alan :
> I hear that swank.core/break has more functionality in 1.2, so I am
> trying to upgrade to it, but I think I don't have a clear enough
> understanding of what is going on when lein/clojure run, as I am
> running into problems.
>
> $ cat project.clj
> (defproject ddsolve "1.0.0-SN
Aug 16, 8:03 pm, Alan wrote:
>
> $ cat project.clj
> (defproject ddsolve "1.0.0-SNAPSHOT"
> :description "FIXME: write"
> :dependencies [[org.clojure/clojure "1.2.0"]
> [org.clojure/clojure-contrib "1.2.0"]]
> :dev-dependencies [[swank-clojure "1.2.0"]])
You're doing everyt