Eclipse with CounterClockwise is ok (relatively speaking). With it one
can do the usual:
- breakpoints (no conditional)
- stepping in/out
- examine variables from different call frames
But thats pretty much what it can do now. Neither Changing variable's
value nor expression evaluation works,
hi Laurent,
Sorry for going silent for several days the usual excuse, work
deadline, families etc
Anyway, really appreciate ur jumping in and try to give me a hand.
I finally found out why:
1.) I have to indicate in Eclipse that the user library, that pointed
to the jar downloaded from
hi all,
I have a bare bone Clojure project created in Eclipse with
Counterclockwise plugin and am trying to (use clojure.java.jdbc).
I tried adding the jar file downloaded from Maven repo to the
project's build path but everytime it runs the (use) line from the
repl it will give a ClassNotFoundE