Hi Rich,

On Sat, Jan 2, 2010 at 7:13 PM, Rich Hickey <[email protected]> wrote:

> On Fri, Jan 1, 2010 at 5:16 PM, Miron Brezuleanu <[email protected]> wrote:
> > Hello,
> > In order to get a better understanding of how some things happen in
> Clojure,
> > I'd like to step through Clojure code (and I mean the Java code used to
> > implement Clojure). Basically, just debug a REPL, set breakpoints etc.
> > Since there's a free version of IDEA, I downloaded it and successfully
> > created an IDEA project out of existing Clojure sources.
>
> I developed Clojure in IntelliJ and still do (the Java part).
>
> In your Run/Debug configuration:
>
> Main class: clojure.main
> VM Parameters: -server -cp clojure-slim.jar
> Working directory: /wherever/you/put/clojure
> Before launch: Run Ant target 'clojure-slim'
>
> This will give you REPL in IntelliJ's IDE. That's not a great REPL,
> but will let you walk through Clojure internals. With La Clojure you
> can also break in .clj files.
>
> Rich
>
> That's exactly the information I needed! Thank you,

-- 
Miron Brezuleanu

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to