Yes, thanks!

On Friday, October 18, 2013 12:42:00 PM UTC-7, Stanislav Sedov wrote:
>
>
> On Oct 18, 2013, at 12:35 PM, Brian Craft <craft...@gmail.com<javascript:>> 
> wrote: 
>
> > ah, sorry, that's a shell tool? I meant dumping a stack trace from code. 
> Throwing & catching works, it's just a bit goofy. Like 
> > 
> > (defn- stack-trace [msg] 
> >   (try 
> >     (throw (IllegalArgumentException. msg)) 
> >     (catch IllegalArgumentException e 
> >       (stacktrace/print-stack-trace e)))) 
>
> Seems like what you want is 
> ,--- 
> | (Thread/dumpStack) 
> `--- 
> . 
>
> -- 
> ST4096-RIPE 
>
>
>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to