Karl, I use the debug-repl all the time and don't see errors like
this.

You can use the standard debug-repl from with slime's *inferior-lisp*
buffer.  Try it from there and see what you get.  If that fails, try
it from outside of emacs entirely in a regular command line repl and
see if it behaves differently there.

Let me know how it goes.

Thanks,
g

On Jul 21, 7:02 am, Ramakrishnan Muthukrishnan <vu3...@gmail.com>
wrote:
> On Wed, Jul 21, 2010 at 6:04 PM, Krukow <karl.kru...@gmail.com> wrote:
> >  0: com.trifork.intrafoo.clj.extract_contacts
> > $extract_all.invoke(NO_SOURCE_FILE:1)
> >      Locals:
> >        pref = /Users/krukow/workspaces/trifork/intrafoo_clj/
> > contactdata/
> >        cli = org.apache.commons.httpclient.httpcli...@6078b973
> >        cs = ["411719" "413255" "413279"
>
> > In the repl I can hit ENTER:
>
> I don't seem to get this problem.
>
> user> (defn foobar []
>         (let [a 10
>               b 20]
>           (swank.core/break)
>           (* a b)))
> #'user/foobar
> user>  (foobar)
>
> (I switch back to slime-repl and hit enter, this drops me into the repl.
> nil
> user> a
> 10
> user> b
> 20
>
> --
>   Ramakrishnan

-- 
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