Re: debugging

2011-09-12 Thread JosephLi
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,

Re: Newbie question: How to add external clojure jars properly in Eclipse.

2011-09-12 Thread JosephLi
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

Newbie question: How to add external clojure jars properly in Eclipse.

2011-09-08 Thread JosephLi
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