Stack trace from condition

Pascal Bourguignon pjb at informatimago.com
Thu Nov 17 21:58:25 UTC 2022


Le 17/11/2022 à 22:16, Garrett Dangerfield a écrit :
> (handler-case
>      (error "hi")
>    (error (e)
> ;; print stack trace here
> ))
> 
> How do I get the stack trace for the error?
>

Using the portability library uiop (provided by asdf):

uiop:print-backtrace
uiop:print-condition-backtrace
uiop:raw-print-backtrace


-- 
__Pascal Bourguignon__




More information about the armedbear-devel mailing list