On Oct 18, 2013, at 12:35 PM, Brian Craft <craft.br...@gmail.com> 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



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to