I just added the project roots to the REPL classpath startups to
address this and to allow debugging of source from projects loaded in
the REPL. I'm just incorporating the latest clojure lib stuff into
enclojure and I'll cut a release.
I've been thinking about whether or not in practice, people need/want
the amount of configuration I was originally envisioning for the
REPL. I want to be able to define application boundaries (I guess you
use groups in NB) and be able to run REPL(s) that reflect the
classpaths of those applications.
Of course I also want to connect to running clojure applications with
a REPL as well.
I'll check out the debugger issue on 6.5 once I get this out.
Thanks!
Eric