Re: Debugging clojure functions which are invoked in java code (eclipse)

2011-08-30 Thread artella
nt in the java code where the scala function is called, the debugger could directly traverse from the java source to the scala source. Thanks On Aug 30, 4:00 pm, artella wrote: > Hi, > > I was wondering if it is possible, when calling clojure code from > within java, to have the debug

Debugging clojure functions which are invoked in java code (eclipse)

2011-08-30 Thread artella
Hi, I was wondering if it is possible, when calling clojure code from within java, to have the debugger step between the java and clojure sources at the point where the clojure function is invoked. I have outlined the question in more detail at : http://stackoverflow.com/questions/7230977/debuggi