On Aug 24, 12:22 pm, Laurent PETIT <laurent.pe...@gmail.com> wrote:
> There's a simpler way : just invoke "Run as clojure REPL" on the project  
> node in the project explorer, and you will have a new Launch configuration 
> created with the name of the project (and it will, obviously, be launched as 
> well and available in the Console).

Thanks. That works.

> > I'm hoping there's something simple I've overlooked, ...
> > --a call to short terminate REPL processing, ie, go back to listening to 
> > the Eclipse Console,
> >    (end-of-readable-file) or some such to "pause" Run As->Clojure
> > REPL before it tries to run buggier code.
> >   I'd move s-expr that test OK, up above the (end-of-readable-file)

> Sorry, I don't understand this one, could you explain again ?

Something that interrupts the REPL processing like the (assert false)
below.
However, (assert false) produces a "problem / error marker".

(println "this will work")
(println (str "this will " "probably work"))
(assert false)  ;; stop REPL here to allow manual, line by line eval &
debugging
(println (+ 1 "a"))

Thanks again.

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

Reply via email to